Skip to content

Conversation

cluster-stack-bot[bot]
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Oct 14, 2024

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action major v1 -> v2
lycheeverse/lychee-action action major v1.10.0 -> v2.6.1

Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v2

Compare Source

lycheeverse/lychee-action (lycheeverse/lychee-action)

v2.6.1: Version 2.6.1

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.6.1

v2.6.0: Version 2.6.0

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.6.0

v2.5.0: Version 2.5.0

Compare Source

Summary

Most notably with this release the deprecated --exclude-mail flag was removed and the behavior of the --accept flag was updated. Previously, status codes such as 200 OK were always accepted. Now they are only accepted by default. This means providing the argument --accept 201 now rejects status code 200 OK.

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.5.0

v2.4.1: Version 2.4.1

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.4.1

v2.4.0: Version 2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.4.0

v2.3.0: Version 2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.3.0

v2.2.0: Version 2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.2.0

v2.1.0: Version 2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.1.0

v2.0.2: Version 2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.0.2

v2.0.1: Version 2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.0.1

v2.0.0: Version 2.0.0

Compare Source

Breaking Changes

Note: This release improves the action's robustness by changing default behaviors. Changes are only required if you want to opt out of the new failure conditions. Most users won't need to modify their existing configurations.

Fail pipeline on error by default

We've changed the default behavior: pipelines will now fail on broken links automatically. This addresses user feedback that not failing on broken links was unexpected (see issue #​71).

What you need to do:

  • Update to version 2 of this action to apply this change.
  • Users of the lychee-action@master branch don't need to make any changes, as fail: true has been the default there for a while.
  • If you prefer the old behavior, explicitly set fail to false when updating:
- name: Link Checker
  id: lychee
  uses: lycheeverse/lychee-action@v2
  with:
    fail: false  # Don't fail action on broken links
Fail pipeline if no links were found

Similar to the above change, we now fail the pipeline if no links are found during a run. This helps warn users about potential configuration issues.

What you need to do:

  • If you expect links to be found in your pipeline run, you don't need to do anything.
  • If you expect no links in your pipeline run, you can opt out like this:
- name: Link Checker
  id: lychee
  uses: lycheeverse/lychee-action@v2
  with:
    failIfEmpty: false  # Don't fail action if no links were found
Exit code handling

In this version, we changed the environment variable for the lychee exit code from GITHUB_ENV to GITHUB_OUTPUT.
Please update your scripts. For more details, see #​245.

For a more detailed description of the technical aspects behind these changes, please see the full changelog below.

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1...v1.11.0


Configuration

📅 Schedule: Branch creation - "on monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from 34f788c to e4cd073 Compare November 8, 2024 11:18
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Github Actions group to v2.0.2 🌱 Update Github Actions group to v2.1.0 Nov 8, 2024
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Github Actions group to v2.1.0 🌱 Update Github Actions group to v2.2.0 Dec 20, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from e4cd073 to e2f9996 Compare December 20, 2024 11:18
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Github Actions group to v2.2.0 🌱 Update Github Actions group to v2.3.0 Feb 5, 2025
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from e2f9996 to cb2e634 Compare February 5, 2025 11:17
@cluster-stack-bot cluster-stack-bot bot added the area/github Changes made in the github directory label Feb 28, 2025
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from cb2e634 to ddbf430 Compare April 1, 2025 11:20
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Github Actions group to v2.3.0 🌱 Update Github Actions group to v2.4.0 Apr 1, 2025
@cluster-stack-bot cluster-stack-bot bot added the size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. label Apr 1, 2025
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Github Actions group to v2.4.0 🌱 Update github-actions group (major) Apr 4, 2025
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from ddbf430 to 2a0c30a Compare April 4, 2025 11:21
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch 4 times, most recently from 535cb54 to 88f088a Compare May 9, 2025 11:20
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch 3 times, most recently from 43252e5 to 7f996f1 Compare August 12, 2025 11:22
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from 7f996f1 to 19f3f70 Compare August 22, 2025 11:20
| datasource  | package                         | from    | to     |
| ----------- | ------------------------------- | ------- | ------ |
| github-tags | actions/create-github-app-token | v1      | v2     |
| github-tags | lycheeverse/lychee-action       | v1.10.0 | v2.6.1 |
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-github-actions branch from 19f3f70 to 116fbbd Compare August 25, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github Changes made in the github directory size/XS Denotes a PR that changes 0-20 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant