Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the github-actions group with 7 updates in the / directory:

Package From To
actions/checkout 6.0.1 6.0.2
actions/setup-node 6.1.0 6.2.0
github/codeql-action 4.31.9 4.32.1
streetsidesoftware/cspell-action 8.1.1 8.2.0
JustinBeckwith/linkinator-action 2.3 2.4
actions-cool/issues-helper 3.7.4 3.7.5
release-drafter/release-drafter 6.1.0 6.2.0

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates actions/setup-node from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-node's releases.

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

Commits

Updates github/codeql-action from 4.31.9 to 4.32.1

Release notes

Sourced from github/codeql-action's releases.

v4.32.1

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

v4.32.0

  • Update default CodeQL bundle version to 2.24.0. #3425

v4.31.11

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

v4.31.10

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.10 - 12 Jan 2026

  • Update default CodeQL bundle version to 2.23.9. #3393

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

4.31.10 - 12 Jan 2026

  • Update default CodeQL bundle version to 2.23.9. #3393

4.31.9 - 16 Dec 2025

No user facing changes.

4.31.8 - 11 Dec 2025

  • Update default CodeQL bundle version to 2.23.8. #3354

4.31.7 - 05 Dec 2025

  • Update default CodeQL bundle version to 2.23.7. #3343

4.31.6 - 01 Dec 2025

No user facing changes.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #3321

4.31.4 - 18 Nov 2025

... (truncated)

Commits
  • 6bc82e0 Merge pull request #3447 from github/update-v4.32.1-f52cbc830
  • 42f00f2 Add a couple of change notes
  • cedee6d Update changelog for v4.32.1
  • f52cbc8 Merge pull request #3445 from github/dependabot/npm_and_yarn/fast-xml-parser-...
  • c5aaca4 Merge pull request #3446 from github/mbg/ci/pin-node-packages
  • 3e58739 Pin @actions/tool-cache@3 in workflows to avoid failures with github-script
  • a6ccefb Rebuild
  • 0e64858 Bump fast-xml-parser from 5.3.3 to 5.3.4
  • f985be5 Merge pull request #3443 from github/dependabot/npm_and_yarn/tar-7.5.7
  • 0c8e06d Bump tar from 7.5.6 to 7.5.7
  • Additional commits viewable in compare view

Updates streetsidesoftware/cspell-action from 8.1.1 to 8.2.0

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v8.2.0

8.2.0 (2026-01-27)

Features

Updates and Bug Fixes

v8.1.2

8.1.2 (2026-01-05)

Updates and Bug Fixes

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

8.2.0 (2026-01-27)

Features

Updates and Bug Fixes

8.1.2 (2026-01-05)

Updates and Bug Fixes

8.1.1 (2025-12-10)

Updates and Bug Fixes

8.1.0 (2025-12-10)

Documentation

  • Upgrade checkout and cspell-action versions (#2501) (8d0a18b)

Features

... (truncated)

Commits

Updates JustinBeckwith/linkinator-action from 2.3 to 2.4

Release notes

Sourced from JustinBeckwith/linkinator-action's releases.

linkinator-action: v2.4.0

2.4.0 (2026-01-29)

Features

  • Modernize project: Node.js 24, Vitest, and latest dependencies (#232) (29aade1)

Bug Fixes

  • deps: update dependency @​actions/core to v2 (#228) (ae578ec)
Changelog

Sourced from JustinBeckwith/linkinator-action's changelog.

Changelog

2.4.0 (2026-01-29)

Features

  • Modernize project: Node.js 24, Vitest, and latest dependencies (#232) (29aade1)

Bug Fixes

  • deps: update dependency @​actions/core to v2 (#228) (ae578ec)

2.3.0 (2025-10-31)

Features

  • upgrade to linkinator 7.4.1 and improve fragment validation error messaging (#219) (4b5cba3)

2.2.0 (2025-10-29)

Features

  • add GitHub Actions Job Summary for broken links (#210) (8e8b743)
  • upgrade to linkinator 7.3 and add new feature flags (#213) (6a93443)
  • upgrade to linkinator 7.4 and add statusCodes and redirects options (#216) (9b086c6)

2.1.0 (2025-10-21)

Features

  • add linkinator 7.2 options (allowInsecureCerts and requireHttps) (#207) (3b63c81)

Bug Fixes

  • prevent branch name duplication in URL rewriting (fixes #85) (#209) (ba135b2)

2.0.0 (2025-10-15)

⚠ BREAKING CHANGES

  • This moves us to v7 of linkinator, with all it's beauty. Also moving to rollup instead of ncc for builds.

Features

... (truncated)

Commits
  • f62ba0c chore(main): release linkinator-action 2.4.0 (#229)
  • 29aade1 feat: Modernize project: Node.js 24, Vitest, and latest dependencies (#232)
  • ae578ec fix(deps): update dependency @​actions/core to v2 (#228)
  • 790406c chore(deps): update actions/checkout digest to 8e8c483 (#226)
  • c9e58af chore(deps): update actions/checkout action to v6 (#225)
  • 273a422 chore(deps): update dependency esbuild to ^0.27.0 (#223)
  • 3f25b60 chore(deps): update dependency esbuild to ^0.26.0 (#222)
  • f7cab80 build: remove rollup (#221)
  • See full diff in compare view

Updates actions-cool/issues-helper from 3.7.4 to 3.7.5

Release notes

Sourced from actions-cool/issues-helper's releases.

v3.7.5

2025.12.24

  • 🐞 fix: the total of inactive issues output is incorrect. #222 @​btea
Changelog

Sourced from actions-cool/issues-helper's changelog.

v3.7.5

2025.12.24

  • 🐞 fix: the total of inactive issues output is incorrect. #222 @​btea

v3.7.4

2025.12.16

  • 🛠 refactor: check-inactive action ignores already tagged issues. #220 @​btea

v3.7.3

2025.12.08

  • 🛠 refactor: lockIssues filter locked issue. #218 @​btea

v3.7.2

2025.11.07

  • 🚀 feat: doQueryIssues title/body-includes support multiple value. #215 @​btea
  • 🛠 refactor: avoid calling dealStringToArr inside loop. #216 @​btea

v3.7.1

2025.11.03

  • 🚀 feat: find-comments action body-includes param support multiple value. #213 @​btea

v3.7.0

2025.10.31

  • 🚀 feat: check-inactive action add exclude-issue-numbers param. #211 @​btea

v3.6.3

2025.08.26

... (truncated)

Commits

Updates release-drafter/release-drafter from 6.1.0 to 6.2.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v6.2.0

What's Changed

New

Maintenance

Documentation

Full Changelog: release-drafter/release-drafter@v6.1.1...v6.2.0

v6.1.1

What's Changed

Bug Fixes

Documentation

Full Changelog: release-drafter/release-drafter@v6.1.0...v6.1.1

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…updates

Bumps the github-actions group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.1.0` | `6.2.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.31.9` | `4.32.1` |
| [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) | `8.1.1` | `8.2.0` |
| [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) | `2.3` | `2.4` |
| [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper) | `3.7.4` | `3.7.5` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.1.0` | `6.2.0` |



Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

Updates `actions/setup-node` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@395ad32...6044e13)

Updates `github/codeql-action` from 4.31.9 to 4.32.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5d4e8d1...6bc82e0)

Updates `streetsidesoftware/cspell-action` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@e5a858a...d5d910b)

Updates `JustinBeckwith/linkinator-action` from 2.3 to 2.4
- [Release notes](https://github.com/justinbeckwith/linkinator-action/releases)
- [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md)
- [Commits](JustinBeckwith/linkinator-action@af984b9...f62ba0c)

Updates `actions-cool/issues-helper` from 3.7.4 to 3.7.5
- [Release notes](https://github.com/actions-cool/issues-helper/releases)
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md)
- [Commits](actions-cool/issues-helper@d1d51fc...e2ff998)

Updates `release-drafter/release-drafter` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@b1476f6...6db134d)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: streetsidesoftware/cspell-action
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: JustinBeckwith/linkinator-action
  dependency-version: '2.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions-cool/issues-helper
  dependency-version: 3.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: release-drafter/release-drafter
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions Pull requests that update GitHub Actions code on-hold v5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant