Skip to content

chore(deps): update lycheeverse/lychee-action action to v2 - #66

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-lycheeverse-lychee-action-2.x
Open

chore(deps): update lycheeverse/lychee-action action to v2#66
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-lycheeverse-lychee-action-2.x

Conversation

@renovate

@renovaterenovateBot commented Oct 8, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
lycheeverse/lychee-actionactionmajorv1.8.0 -> v2.4.1

Release Notes

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

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 Checkerid: lycheeuses: lycheeverse/lychee-action@v2with:
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 Checkerid: lycheeuses: lycheeverse/lychee-action@v2with:
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 https://github.com/lycheeverse/lychee-action/pull/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

v1.10.0: Version 1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1.9.3...v1.10.0

v1.9.3: Version 1.9.3

Compare Source

What's Changed

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

v1.9.2: Version 1.9.2

Compare Source

What's Changed

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

v1.9.1: Version 1.9.1

Compare Source

This is a hotfix release which restores the behavior of the accept config parameter.
Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

v1.9.0: Version 1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1...v1.9.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.


This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlifyBot commented Oct 8, 2024

Copy link
Copy Markdown

Deploy Preview for promitor-docs failed.

NameLink
🔨 Latest commit9056f8c
🔍 Latest deploy loghttps://app.netlify.com/sites/promitor-docs/deploys/681dea92bbd5a700089e3b78

@renovate
renovateBotforce-pushed the renovate-lycheeverse-lychee-action-2.x branch 2 times, most recently from dabd872 to e8efb82CompareOctober 14, 2024 11:26
@renovate
renovateBotforce-pushed the renovate-lycheeverse-lychee-action-2.x branch from e8efb82 to 16d5651CompareNovember 7, 2024 13:48
@renovate
renovateBotforce-pushed the renovate-lycheeverse-lychee-action-2.x branch from 16d5651 to ce23da3CompareDecember 19, 2024 17:10
@renovate
renovateBotforce-pushed the renovate-lycheeverse-lychee-action-2.x branch from ce23da3 to e4d0c87CompareFebruary 5, 2025 01:09
@renovate
renovateBotforce-pushed the renovate-lycheeverse-lychee-action-2.x branch from e4d0c87 to b5c28a2CompareMarch 31, 2025 14:59
@renovate
renovateBotforce-pushed the renovate-lycheeverse-lychee-action-2.x branch from b5c28a2 to 9056f8cCompareMay 9, 2025 11:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@tomkerkhove