Skip to content

Bump the gha group across 1 directory with 6 updates#7201

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/gha-49869af61e
Open

Bump the gha group across 1 directory with 6 updates#7201
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/gha-49869af61e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the gha group with 6 updates in the / directory:

Package From To
lycheeverse/lychee-action 2.8.0 2.9.0
scitools/workflows/.github/workflows/ci-manifest.yml 2026.06.0 2026.07.1
scitools/workflows/.github/workflows/ci-template-check.yml 2026.06.0 2026.07.1
actions/labeler 6.1.0 6.2.0
scitools/workflows/.github/workflows/refresh-lockfiles.yml 2026.06.0 2026.07.1
actions/stale 10.3.0 10.4.0

Updates lycheeverse/lychee-action from 2.8.0 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 scitools/workflows/.github/workflows/ci-manifest.yml from 2026.06.0 to 2026.07.1

Release notes

Sourced from scitools/workflows/.github/workflows/ci-manifest.yml's releases.

2026.07.1

What's Changed

Full Changelog: SciTools/workflows@2026.07.0...2026.07.1

2026.07.0

What's Changed

Full Changelog: SciTools/workflows@2026.06.0...2026.07.0

Commits
  • 7c41342 Automated release for version "2026.07.1"
  • 65aaa28 Bump actions/checkout from 6.0.2 to 7.0.0 (#196)
  • 460279e Automated release for version "2026.07.0"
  • 2b9aafa Bump actions/setup-python from 6.2.0 to 6.3.0 (#197)
  • See full diff in compare view

Updates scitools/workflows/.github/workflows/ci-template-check.yml from 2026.06.0 to 2026.07.1

Release notes

Sourced from scitools/workflows/.github/workflows/ci-template-check.yml's releases.

2026.07.1

What's Changed

Full Changelog: SciTools/workflows@2026.07.0...2026.07.1

2026.07.0

What's Changed

Full Changelog: SciTools/workflows@2026.06.0...2026.07.0

Commits
  • 7c41342 Automated release for version "2026.07.1"
  • 65aaa28 Bump actions/checkout from 6.0.2 to 7.0.0 (#196)
  • 460279e Automated release for version "2026.07.0"
  • 2b9aafa Bump actions/setup-python from 6.2.0 to 6.3.0 (#197)
  • See full diff in compare view

Updates actions/labeler from 6.1.0 to 6.2.0

Release notes

Sourced from actions/labeler's releases.

v6.2.0

What's Changed

Bug Fix

Dependency Updates

Full Changelog: actions/labeler@v6.1.0...v6.2.0

Commits
  • b8dd2d9 Bump @​typescript-eslint/eslint-plugin from 8.59.1 to 8.61.1 (#942)
  • 53affe8 Bump js-yaml to 4.2.0, apply npm audit fix, and add undici override for 0 vul...
  • f612d9a Fix: Improve PR number validation and warning messages in input handling (#939)
  • See full diff in compare view

Updates scitools/workflows/.github/workflows/refresh-lockfiles.yml from 2026.06.0 to 2026.07.1

Release notes

Sourced from scitools/workflows/.github/workflows/refresh-lockfiles.yml's releases.

2026.07.1

What's Changed

Full Changelog: SciTools/workflows@2026.07.0...2026.07.1

2026.07.0

What's Changed

Full Changelog: SciTools/workflows@2026.06.0...2026.07.0

Commits
  • 7c41342 Automated release for version "2026.07.1"
  • 65aaa28 Bump actions/checkout from 6.0.2 to 7.0.0 (#196)
  • 460279e Automated release for version "2026.07.0"
  • 2b9aafa Bump actions/setup-python from 6.2.0 to 6.3.0 (#197)
  • See full diff in compare view

Updates actions/stale from 10.3.0 to 10.4.0

Release notes

Sourced from actions/stale's releases.

v10.4.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

Commits
  • 1e223db Bump undici to 6.27.0 via override, clean up stale license files, and version...
  • 9461cb1 fix: only-issue-types does not affect PRs (#1338)
  • See full diff 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 gha group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.8.0` | `2.9.0` |
| [scitools/workflows/.github/workflows/ci-manifest.yml](https://github.com/scitools/workflows) | `2026.06.0` | `2026.07.1` |
| [scitools/workflows/.github/workflows/ci-template-check.yml](https://github.com/scitools/workflows) | `2026.06.0` | `2026.07.1` |
| [actions/labeler](https://github.com/actions/labeler) | `6.1.0` | `6.2.0` |
| [scitools/workflows/.github/workflows/refresh-lockfiles.yml](https://github.com/scitools/workflows) | `2026.06.0` | `2026.07.1` |
| [actions/stale](https://github.com/actions/stale) | `10.3.0` | `10.4.0` |



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

Updates `scitools/workflows/.github/workflows/ci-manifest.yml` from 2026.06.0 to 2026.07.1
- [Release notes](https://github.com/scitools/workflows/releases)
- [Commits](SciTools/workflows@1f21414...7c41342)

Updates `scitools/workflows/.github/workflows/ci-template-check.yml` from 2026.06.0 to 2026.07.1
- [Release notes](https://github.com/scitools/workflows/releases)
- [Commits](SciTools/workflows@1f21414...7c41342)

Updates `actions/labeler` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@f27b608...b8dd2d9)

Updates `scitools/workflows/.github/workflows/refresh-lockfiles.yml` from 2026.06.0 to 2026.07.1
- [Release notes](https://github.com/scitools/workflows/releases)
- [Commits](SciTools/workflows@1f21414...7c41342)

Updates `actions/stale` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@eb5cf3a...1e223db)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: scitools/workflows/.github/workflows/ci-manifest.yml
  dependency-version: 2026.07.1
  dependency-type: direct:production
  dependency-group: gha
- dependency-name: scitools/workflows/.github/workflows/ci-template-check.yml
  dependency-version: 2026.07.1
  dependency-type: direct:production
  dependency-group: gha
- dependency-name: actions/labeler
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: scitools/workflows/.github/workflows/refresh-lockfiles.yml
  dependency-version: 2026.07.1
  dependency-type: direct:production
  dependency-group: gha
- dependency-name: actions/stale
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Bot A bot generated issue/pull-request label Jul 16, 2026

@scitools-ci scitools-ci Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Templating

Version numbers are not typically covered by templating. It is expected that this PR is 100% about advancing version numbers, which would not require any templating follow-up. Please double-check for any other changes that might be suitable for templating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bot A bot generated issue/pull-request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants