Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github-action)!: Update lycheeverse/lychee-action action to v2.3.0 #1165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

homeops-gh-bot[bot]
Copy link
Contributor

@homeops-gh-bot homeops-gh-bot bot commented Oct 8, 2024

This PR contains the following updates:

Package Type Update Change
lycheeverse/lychee-action action major v1.10.0 -> v2.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

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 - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@homeops-gh-bot homeops-gh-bot bot added renovate/github-action renovate/github-release type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/github Changes made in the github directory labels Oct 8, 2024
@homeops-gh-bot
Copy link
Contributor Author

homeops-gh-bot bot commented Oct 8, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.01s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.45s
✅ YAML prettier 1 0 0.39s
✅ YAML yamllint 1 0 0.2s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@homeops-gh-bot homeops-gh-bot bot force-pushed the renovate/lycheeverse-lychee-action-2.x branch from fa9389b to 9dc3872 Compare October 11, 2024 23:14
@homeops-gh-bot homeops-gh-bot bot changed the title feat(github-action)!: Update lycheeverse/lychee-action action to v2.0.0 feat(github-action)!: Update lycheeverse/lychee-action action to v2.0.1 Oct 11, 2024
@homeops-gh-bot homeops-gh-bot bot force-pushed the renovate/lycheeverse-lychee-action-2.x branch from 9dc3872 to 59baa24 Compare October 14, 2024 08:20
@homeops-gh-bot homeops-gh-bot bot changed the title feat(github-action)!: Update lycheeverse/lychee-action action to v2.0.1 feat(github-action)!: Update lycheeverse/lychee-action action to v2.0.2 Oct 14, 2024
@homeops-gh-bot homeops-gh-bot bot changed the title feat(github-action)!: Update lycheeverse/lychee-action action to v2.0.2 feat(github-action)!: Update lycheeverse/lychee-action action to v2.1.0 Nov 7, 2024
@homeops-gh-bot homeops-gh-bot bot force-pushed the renovate/lycheeverse-lychee-action-2.x branch from 59baa24 to 6e8049f Compare November 7, 2024 13:21
@homeops-gh-bot homeops-gh-bot bot force-pushed the renovate/lycheeverse-lychee-action-2.x branch from 6e8049f to 03a8d84 Compare December 19, 2024 15:17
@homeops-gh-bot homeops-gh-bot bot changed the title feat(github-action)!: Update lycheeverse/lychee-action action to v2.1.0 feat(github-action)!: Update lycheeverse/lychee-action action to v2.2.0 Dec 19, 2024
| datasource  | package                   | from    | to     |
| ----------- | ------------------------- | ------- | ------ |
| github-tags | lycheeverse/lychee-action | v1.10.0 | v2.3.0 |
@homeops-gh-bot homeops-gh-bot bot changed the title feat(github-action)!: Update lycheeverse/lychee-action action to v2.2.0 feat(github-action)!: Update lycheeverse/lychee-action action to v2.3.0 Feb 4, 2025
@homeops-gh-bot homeops-gh-bot bot force-pushed the renovate/lycheeverse-lychee-action-2.x branch from 03a8d84 to eb47016 Compare February 4, 2025 23:15
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 renovate/github-action renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants