Skip to content

chore(deps): update dependency lycheeverse/lychee-action to v2 (.github/workflows/governance.links-checker.yml) (master)#100

Open
ivankatliarchuk wants to merge 1 commit intomasterfrom
renovate/master-.github/workflows-lycheeverse-lychee-action-2.x
Open

chore(deps): update dependency lycheeverse/lychee-action to v2 (.github/workflows/governance.links-checker.yml) (master)#100
ivankatliarchuk wants to merge 1 commit intomasterfrom
renovate/master-.github/workflows-lycheeverse-lychee-action-2.x

Conversation

@ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented Dec 29, 2024

This PR contains the following updates:

Package Update Change
lycheeverse/lychee-action major v1.9.3 -> 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 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 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

v2

Compare Source

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


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 is behind base branch, 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

This PR has been generated by Renovate Bot.

@github-actions
Copy link

@ivankatliarchuk: There are no 'kind' label on this PR. You need a 'kind' label.
Label can be added by writing in a comment ⬇️

  • /kind feature
  • /kind fix
  • /kind chore
  • /kind docs
  • /kind refactor
  • /kind github
  • /kind security
  • /kind question
Details

I am a bot created to help the ik-workshop developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.

@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-lycheeverse-lychee-action-2.x branch from d42de58 to 26fa511 Compare January 25, 2025 04:18
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-lycheeverse-lychee-action-2.x branch from 26fa511 to 47d33e2 Compare February 8, 2025 04:20
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-lycheeverse-lychee-action-2.x branch from 47d33e2 to d0f8f47 Compare April 4, 2025 04:25
…ub/workflows/governance.links-checker.yml)
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-lycheeverse-lychee-action-2.x branch from d0f8f47 to 2e2baf6 Compare May 12, 2025 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant