Skip to content

chore(deps): bump the actions-dependencies group with 3 updates#28371

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-dependencies-25b02ccb02
Closed

chore(deps): bump the actions-dependencies group with 3 updates#28371
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-dependencies-25b02ccb02

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-dependencies group with 3 updates: lycheeverse/lychee-action, preactjs/compressed-size-action and google-github-actions/run-gemini-cli.

Updates lycheeverse/lychee-action from 2.6.1 to 2.9.0

Release notes

Sourced from lycheeverse/lychee-action's releases.

v2.9.0

Summary

This release updates the default lychee version from v0.23.0 to v0.24.2.

The main reason for this release is compatibility with the new lychee 0.24.x release artifacts. Starting with lychee v0.24.0, the archive layout changed, and the lychee binary may now be packaged inside a subdirectory. lychee-action now detects that layout automatically, so users can upgrade without changing their workflows.

If you use:

uses: lycheeverse/lychee-action@v2

you will get the new version once the floating v2 tag has been updated. If you pin exact versions, update to:

uses: lycheeverse/lychee-action@v2.9.0

What’s new from lychee v0.24.x

Better diagnostics

lychee now reports line and column numbers for detected links. This makes broken link reports easier to act on, especially in larger documentation sites or generated reports.

Text fragment checking

lychee can now check URL text fragments, such as links containing #:~:text=.... This helps catch links that point to a valid page but no longer points to the intended highlighted text.

Sitemap support

lychee can now read sitemap.xml inputs. This is useful for checking published websites or generated documentation sites where the sitemap is the easiest source of URLs to validate.

JUnit output

lychee now supports JUnit output. This makes it easier to integrate link checking results with CI systems and test reporting tools that understand JUnit XML.

Redirect and remap visibility

lychee can now show redirects and remaps more clearly. This helps explain why a URL was checked as a different final URL and makes debugging link-checking behavior easier.

Multiple config files

lychee now supports multiple configuration files and expanded config handling. This is useful for repositories that split documentation, website, or package-specific link-checking settings.

Timeout handling

lychee can now accept timeouts explicitly. This gives users more control over how strict their link checks should be for flaky or slow endpoints.

Fixes and reliability improvements

... (truncated)

Commits

Updates preactjs/compressed-size-action from 2.8.0 to 2.10.0

Release notes

Sourced from preactjs/compressed-size-action's releases.

2.10.0

What's Changed

New Contributors

Full Changelog: preactjs/compressed-size-action@2.9.1...2.10.0

2.9.1

What's Changed

New Contributors

Full Changelog: preactjs/compressed-size-action@2.9.0...2.9.1

2.9.0

What's Changed

New Contributors

Full Changelog: preactjs/compressed-size-action@2.8.0...2.9.0

Commits

Updates google-github-actions/run-gemini-cli from 0.1.11 to 0.1.22

Release notes

Sourced from google-github-actions/run-gemini-cli's releases.

v0.1.22

What's Changed

New Contributors

Full Changelog: google-github-actions/run-gemini-cli@v0...v0.1.22

v0.1.21

What's Changed

New Contributors

Full Changelog: google-github-actions/run-gemini-cli@v0...v0.1.21

v0.1.20

What's Changed

New Contributors

Full Changelog: google-github-actions/run-gemini-cli@v0...v0.1.20

v0.1.19

... (truncated)

Commits
  • f77273f Release: v0.1.22 (#502)
  • d7a38ec create trust guidance docs (#501)
  • 921e068 fix(evals): stabilize nightly evaluation suite (#494)
  • 41f4f29 Fix: Add workflow name to telemetry resource attributes (#493)
  • 642deeb fix: remove unused service and redundant IAM bindings in workload identity se...
  • b0c9501 feat: add GitHub Action usage metrics for telemetry (#475)
  • d87bfa2 Feat: integrate code review extension in PR workflow instead of using customi...
  • e342208 fix: typo workflow_name on gemini-plan-execute (#476)
  • f34369a Fix summary Markdown formatting (#474)
  • c836b8d docs: update an authentication documentation link (#445)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-dependencies group with 3 updates: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action), [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) and [google-github-actions/run-gemini-cli](https://github.com/google-github-actions/run-gemini-cli).


Updates `lycheeverse/lychee-action` from 2.6.1 to 2.9.0
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@885c65f...e747777)

Updates `preactjs/compressed-size-action` from 2.8.0 to 2.10.0
- [Release notes](https://github.com/preactjs/compressed-size-action/releases)
- [Commits](preactjs/compressed-size-action@946a292...f322c29)

Updates `google-github-actions/run-gemini-cli` from 0.1.11 to 0.1.22
- [Release notes](https://github.com/google-github-actions/run-gemini-cli/releases)
- [Changelog](https://github.com/google-github-actions/run-gemini-cli/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/run-gemini-cli@a3bf790...f77273f)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
- dependency-name: preactjs/compressed-size-action
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
- dependency-name: google-github-actions/run-gemini-cli
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 13, 2026 00:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 13, 2026
@github-actions github-actions Bot added the size/s A small PR label Jul 13, 2026
@github-actions

Copy link
Copy Markdown

📊 PR Size: size/S

  • Lines changed: 22
  • Additions: +11
  • Deletions: -11
  • Files changed: 9

@github-actions

Copy link
Copy Markdown

You already have 7 pull requests open. Please work on getting existing PRs merged before opening more.

@github-actions github-actions Bot closed this Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/github_actions/actions-dependencies-25b02ccb02 branch July 13, 2026 00:22
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 size/s A small PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants