Skip to content

chore(deps): Bump lycheeverse/lychee-action from 1.10.0 to 2.8.0#348

Merged
afsmeira merged 1 commit intomasterfrom
dependabot/github_actions/lycheeverse/lychee-action-2.8.0
Apr 21, 2026
Merged

chore(deps): Bump lycheeverse/lychee-action from 1.10.0 to 2.8.0#348
afsmeira merged 1 commit intomasterfrom
dependabot/github_actions/lycheeverse/lychee-action-2.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps lycheeverse/lychee-action from 1.10.0 to 2.8.0.

Release notes

Sourced from lycheeverse/lychee-action's releases.

v2.8.0

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2.7.0...v2.8.0

Version 2.7.0

Breaking changes

If you're using --base, you must now provide either a URL (with scheme) or an absolute local path. See lychee --help for more information. If you want to resolve root-relative links in local files, also see --root-dir.

What's Changed

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

Version 2.6.1

What's Changed

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

Version 2.6.0

What's Changed

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

Version 2.5.0

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

... (truncated)

Commits
  • 8646ba3 Add message with Summary report URL (#326)
  • c6e7911 [create-pull-request] automated change
  • 631725a Bump peter-evans/create-pull-request from 7 to 8 (#318)
  • 942f324 Bump actions/cache from 4 to 5 (#319)
  • 79de881 Bump actions/checkout from 5 to 6 (#316)
  • 1ef33e2 Update test to use --root-dir instead of the deprecated --base (#315)
  • 50a631e Update args for lychee-action to use root-dir (#314)
  • a8c4c7c [create-pull-request] automated change (#312)
  • 44b353b Upgrade checkout action from v4 to v5 (#310)
  • e79a91b Bump peter-evans/create-issue-from-file from 5 to 6 (#307)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 19:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026
@codacy-production
Copy link
Copy Markdown
Contributor

codacy-production Bot commented Apr 20, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link
Copy Markdown
Contributor

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The upgrade from lycheeverse/lychee-action v1.x to v2.x includes breaking changes that require manual configuration updates to prevent the CI workflow from failing silently. The existing 'Create issue' logic depends on environment variables and behavior that have been deprecated or changed in the new version. While the PR is technically 'up to standards' by automated quality metrics, it will break the link-checking reporting cycle if merged without the suggested logic adjustments.

Test suggestions

  • Verify that the 'Check for broken links' job in the scheduled-jobs workflow completes successfully using the new action version.
  • Verify that the 'Create issue' step still triggers correctly when the lychee action detects broken links (exit code != 0).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the 'Check for broken links' job in the scheduled-jobs workflow completes successfully using the new action version.
2. Verify that the 'Create issue' step still triggers correctly when the lychee action detects broken links (exit code != 0).
Low confidence findings
  • The behavior of '--accept' and '--base' flags has changed significantly in the v2.x release cycle. Ensure the current args (--verbose ./docs/**/*.md) do not rely on implicit v1 behaviors that may have changed. Additionally, verify if the enabled 'jobSummary' requires explicit permission changes to write to the workflow run summary in v2.8.0.

🗒️ Improve review quality by adding custom instructions

Comment thread .github/workflows/scheduled.yml
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.8.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@2b973e8...8646ba3)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@afsmeira afsmeira force-pushed the dependabot/github_actions/lycheeverse/lychee-action-2.8.0 branch from 96b9c7d to 8fc1ee7 Compare April 21, 2026 13:09
@github-actions github-actions Bot temporarily deployed to Netlify April 21, 2026 13:10 Inactive
@afsmeira afsmeira merged commit c74c38d into master Apr 21, 2026
4 checks passed
@afsmeira afsmeira deleted the dependabot/github_actions/lycheeverse/lychee-action-2.8.0 branch April 21, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant