chore(deps): update lycheeverse/lychee-action action to v2.5.0 (#3194)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[lycheeverse/lychee-action](https://redirect.github.com/lycheeverse/lychee-action)
| action | minor | `v2.1.0` -> `v2.5.0` |

---

### Release Notes

<details>
<summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary>

###
[`v2.5.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.5.0):
Version 2.5.0

[Compare
Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.4.1...v2.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

- Update lycheeVersion to v0.19.1 by
[@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot]
in[https://github.com/lycheeverse/lychee-action/pull/300](https://redirect.github.com/lycheeverse/lychee-action/pull/300)0
- See the lychee changes here:
https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.19.1,
https://github.com/lycheeverse/lychee/releases/tag/lychee-v0.19.0

**Full Changelog**:
https://github.com/lycheeverse/lychee-action/compare/v2...v2.5.0

###
[`v2.4.1`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.4.1):
Version 2.4.1

[Compare
Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.4.0...v2.4.1)

#### What's Changed

- Added Update Default Lychee version workflow by
[@&#8203;Arteiii](https://redirect.github.com/Arteiii) in
[https://github.com/lycheeverse/lychee-action/pull/284](https://redirect.github.com/lycheeverse/lychee-action/pull/284)
- Use temporary directory for lychee installation by
[@&#8203;mre](https://redirect.github.com/mre) in
[https://github.com/lycheeverse/lychee-action/pull/287](https://redirect.github.com/lycheeverse/lychee-action/pull/287)
- Fix `lychee` version check by
[@&#8203;mondeja](https://redirect.github.com/mondeja) in
[https://github.com/lycheeverse/lychee-action/pull/288](https://redirect.github.com/lycheeverse/lychee-action/pull/288)

**Full Changelog**:
https://github.com/lycheeverse/lychee-action/compare/v2...v2.4.1

###
[`v2.4.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.4.0):
Version 2.4.0

[Compare
Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.3.0...v2.4.0)

#### What's Changed

- lychee now has a new task output, which allows to track which links
got fixed more easily.
  It looks like this:

  \[test.html]:

- \[X] \[404] https://en.wikipedia.org/wiki/foo | Network error: Not
Found
- \[ ] \[404] https://en.wikipedia.org/wiki/bar | Network error: Not
Found
- \[ ] \[ERROR] https://example.com/baz | Network error: error sending
request for url (https://example.com/baz) Maybe a certificate error?

Each broken link has a checkbox that can be ticked off once fixed.
Credit goes to [@&#8203;Arteiii](https://redirect.github.com/Arteiii)
for the idea and the implementation.
See
[#&#8203;274](https://redirect.github.com/lycheeverse/lychee-action/issues/274)
for more information.

- Update To latest lychee Release by
[@&#8203;Arteiii](https://redirect.github.com/Arteiii) in
[https://github.com/lycheeverse/lychee-action/pull/279](https://redirect.github.com/lycheeverse/lychee-action/pull/279)

- Add `workingDirectory` argument by
[@&#8203;mre](https://redirect.github.com/mre) in
[https://github.com/lycheeverse/lychee-action/pull/283](https://redirect.github.com/lycheeverse/lychee-action/pull/283)

#### New Contributors

- [@&#8203;Arteiii](https://redirect.github.com/Arteiii) made their
first contribution in
[https://github.com/lycheeverse/lychee-action/pull/279](https://redirect.github.com/lycheeverse/lychee-action/pull/279)

**Full Changelog**:
https://github.com/lycheeverse/lychee-action/compare/v2...v2.4.0

###
[`v2.3.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.3.0):
Version 2.3.0

[Compare
Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.2.0...v2.3.0)

#### What's Changed

- feat: support ARM workers by
[@&#8203;LesnyRumcajs](https://redirect.github.com/LesnyRumcajs) in
[https://github.com/lycheeverse/lychee-action/pull/273](https://redirect.github.com/lycheeverse/lychee-action/pull/273)

#### New Contributors

- [@&#8203;LesnyRumcajs](https://redirect.github.com/LesnyRumcajs) made
their first contribution in
[https://github.com/lycheeverse/lychee-action/pull/273](https://redirect.github.com/lycheeverse/lychee-action/pull/273)

**Full Changelog**:
https://github.com/lycheeverse/lychee-action/compare/v2...v2.3.0

###
[`v2.2.0`](https://redirect.github.com/lycheeverse/lychee-action/releases/tag/v2.2.0):
Version 2.2.0

[Compare
Source](https://redirect.github.com/lycheeverse/lychee-action/compare/v2.1.0...v2.2.0)

#### What's Changed

- Fix if expressions in GitHub actions by
[@&#8203;YDX-2147483647](https://redirect.github.com/YDX-2147483647) in
[https://github.com/lycheeverse/lychee-action/pull/265](https://redirect.github.com/lycheeverse/lychee-action/pull/265)
- Update README.md to include continue-on-error: true in action by
[@&#8203;psobolewskiPhD](https://redirect.github.com/psobolewskiPhD) in
[https://github.com/lycheeverse/lychee-action/pull/267](https://redirect.github.com/lycheeverse/lychee-action/pull/267)
- Bump default version to latest (0.18.0) by
[@&#8203;trask](https://redirect.github.com/trask) in
[https://github.com/lycheeverse/lychee-action/pull/269](https://redirect.github.com/lycheeverse/lychee-action/pull/269)

#### New Contributors

- [@&#8203;psobolewskiPhD](https://redirect.github.com/psobolewskiPhD)
made their first contribution in
[https://github.com/lycheeverse/lychee-action/pull/267](https://redirect.github.com/lycheeverse/lychee-action/pull/267)
- [@&#8203;trask](https://redirect.github.com/trask) made their first
contribution in
[https://github.com/lycheeverse/lychee-action/pull/269](https://redirect.github.com/lycheeverse/lychee-action/pull/269)

**Full Changelog**:
https://github.com/lycheeverse/lychee-action/compare/v2...v2.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/libretime/libretime).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2kiLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-09 16:16:23 +02:00 committed by GitHub
parent b68e61db68
commit d165af183e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
- name: Check Links - name: Check Links
id: lychee id: lychee
uses: lycheeverse/lychee-action@v2.1.0 uses: lycheeverse/lychee-action@v2.5.0
with: with:
args: >- args: >-
'**/*.md' '**/*.md'