Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Comments

chore(deps): bump the all-actions group across 1 directory with 15 updates#232

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-4b6e78b5fc
Open

chore(deps): bump the all-actions group across 1 directory with 15 updates#232
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-4b6e78b5fc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the all-actions group with 15 updates in the / directory:

Package From To
actions/checkout 4.2.2 6.0.1
EnricoMi/publish-unit-test-result-action 2.20.0 2.22.0
codecov/codecov-action 4.6.0 5.5.2
actions/upload-artifact 4 6
actions/labeler 5.0.0 6.0.1
actions/dependency-review-action 4.7.1 4.8.2
dependency-check/Dependency-Check_Action 2ba636726705b0f74f126ebeaacaf2ad4600b967 1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c
actions/download-artifact 4.3.0 7.0.0
actions/cache 4.2.3 5.0.1
DavidAnson/markdownlint-cli2-action 16.0.0 22.0.0
azure/k8s-set-context 4.0.1 4.0.2
mongolyy/reviewdog-action-biome 2.0.0 2.7.1
JetBrains/qodana-action 2025.1.1 2025.3.1
amannn/action-semantic-pull-request 5.5.3 6.1.1
actions/stale 9.1.0 10.1.1

Updates actions/checkout from 4.2.2 to 6.0.1

Release notes

Sourced from actions/checkout's releases.

v6.0.1

What's Changed

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

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.1.5

... (truncated)

Commits

Updates EnricoMi/publish-unit-test-result-action from 2.20.0 to 2.22.0

Release notes

Sourced from EnricoMi/publish-unit-test-result-action's releases.

v2.22.0

Adds the following improvements:

  • Upgrade all Python dependencies to latest version #710

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.21.0...v2.22.0

v2.21.0

Adds the following improvements:

  • Add Docker action to allow setting Docker registry and image #688
  • Fix class name matching for NUnit3 #689
  • Upgrade all Python dependencies to latest version #695
  • Fix @2 tag in README.md to @v2 #687

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.20.0...v2.21.0

Commits

Updates codecov/codecov-action from 4.6.0 to 5.5.2

Release notes

Sourced from codecov/codecov-action's releases.

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.0...v5.5.1

v5.5.0

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.4.3...v5.5.0

v5.4.3

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates actions/upload-artifact from 4 to 6

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

... (truncated)

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Updates actions/labeler from 5.0.0 to 6.0.1

Release notes

Sourced from actions/labeler's releases.

v6.0.1

What's Changed

New Contributors

Full Changelog: actions/labeler@v6.0.0...v6.0.1

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Documentation changes

... (truncated)

Commits

Updates actions/dependency-review-action from 4.7.1 to 4.8.2

Release notes

Sourced from actions/dependency-review-action's releases.

v4.8.2

Minor fixes:

Dependency Review Action v4.8.1

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.8.1

v4.8.0

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.8.0

4.7.3

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.7.3

4.7.2

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.7.2

Commits
  • 3c4e3dc Merge pull request #1016 from actions/dra-release
  • 02930b2 Update CONTRIBUTING to reflect new guidelines
  • 49ffd9f Update CONTRIBUTING to reflect the need to build
  • 70cb25e 4.8.2 release
  • ebabd31 Merge pull request #1008 from danielhardej/danielhardej-patch-20251023
  • 19f9360 Update package-lock.json
  • 5fd2f98 Bump @​types/jest to version 29.5.14
  • 28647f4 Fix PURL parsing by removing encodeURI
  • f620fd1 Merge pull request #1013 from actions/dangoor/token-fix
  • 9b42b7e Remove bad token reference
  • Additional commits viewable in compare view

Updates dependency-check/Dependency-Check_Action from 2ba636726705b0f74f126ebeaacaf2ad4600b967 to 1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c

Commits

Updates actions/download-artifact from 4.3.0 to 7.0.0

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

…dates

Bumps the all-actions group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.1` |
| [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) | `2.20.0` | `2.22.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.6.0` | `5.5.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` |
| [actions/labeler](https://github.com/actions/labeler) | `5.0.0` | `6.0.1` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.7.1` | `4.8.2` |
| [dependency-check/Dependency-Check_Action](https://github.com/dependency-check/dependency-check_action) | `2ba636726705b0f74f126ebeaacaf2ad4600b967` | `1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `7.0.0` |
| [actions/cache](https://github.com/actions/cache) | `4.2.3` | `5.0.1` |
| [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `16.0.0` | `22.0.0` |
| [azure/k8s-set-context](https://github.com/azure/k8s-set-context) | `4.0.1` | `4.0.2` |
| [mongolyy/reviewdog-action-biome](https://github.com/mongolyy/reviewdog-action-biome) | `2.0.0` | `2.7.1` |
| [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) | `2025.1.1` | `2025.3.1` |
| [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5.5.3` | `6.1.1` |
| [actions/stale](https://github.com/actions/stale) | `9.1.0` | `10.1.1` |



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

Updates `EnricoMi/publish-unit-test-result-action` from 2.20.0 to 2.22.0
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@3a74b29...27d65e1)

Updates `codecov/codecov-action` from 4.6.0 to 5.5.2
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@b9fd7d1...671740a)

Updates `actions/upload-artifact` from 4 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

Updates `actions/labeler` from 5.0.0 to 6.0.1
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@8558fd7...634933e)

Updates `actions/dependency-review-action` from 4.7.1 to 4.8.2
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@da24556...3c4e3dc)

Updates `dependency-check/Dependency-Check_Action` from 2ba636726705b0f74f126ebeaacaf2ad4600b967 to 1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c
- [Release notes](https://github.com/dependency-check/dependency-check_action/releases)
- [Commits](dependency-check/Dependency-Check_Action@2ba6367...1e54355)

Updates `actions/download-artifact` from 4.3.0 to 7.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@d3f86a1...37930b1)

Updates `actions/cache` from 4.2.3 to 5.0.1
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@5a3ec84...9255dc7)

Updates `DavidAnson/markdownlint-cli2-action` from 16.0.0 to 22.0.0
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@b4c9fea...07035fd)

Updates `azure/k8s-set-context` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/azure/k8s-set-context/releases)
- [Changelog](https://github.com/Azure/k8s-set-context/blob/main/CHANGELOG.md)
- [Commits](Azure/k8s-set-context@212a192...ae59a72)

Updates `mongolyy/reviewdog-action-biome` from 2.0.0 to 2.7.1
- [Release notes](https://github.com/mongolyy/reviewdog-action-biome/releases)
- [Commits](mongolyy/reviewdog-action-biome@25e6813...abafdf7)

Updates `JetBrains/qodana-action` from 2025.1.1 to 2025.3.1
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@e14351b...42dad39)

Updates `amannn/action-semantic-pull-request` from 5.5.3 to 6.1.1
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@0723387...48f2562)

Updates `actions/stale` from 9.1.0 to 10.1.1
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@5bef64f...9971854)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/labeler
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/dependency-review-action
  dependency-version: 4.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: dependency-check/Dependency-Check_Action
  dependency-version: 1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/cache
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: azure/k8s-set-context
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: mongolyy/reviewdog-action-biome
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: JetBrains/qodana-action
  dependency-version: 2025.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: amannn/action-semantic-pull-request
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/stale
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

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 Jan 1, 2026
@dependabot dependabot bot requested a review from yacosta738 as a code owner January 1, 2026 04:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 1, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 1, 2026

Deploying hatchgrid-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 237b7eb
Status: ✅  Deploy successful!
Preview URL: https://31ceafe6.hatchgrid-4b2.pages.dev
Branch Preview URL: https://dependabot-github-actions-al-7glx.hatchgrid-4b2.pages.dev

View logs

@github-actions github-actions bot added area:ci Continuous integration or GitHub Actions changes type:chore Code maintenance and configuration changes labels Jan 1, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 1, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link

Deploying hatchgrid-web-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 237b7eb
Status: ✅  Deploy successful!
Preview URL: https://61ecf550.hatchgrid-web-app.pages.dev
Branch Preview URL: https://dependabot-github-actions-al-kglh.hatchgrid-web-app.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link

Deploying hatchgrid-landing-page with  Cloudflare Pages  Cloudflare Pages

Latest commit: 237b7eb
Status: ✅  Deploy successful!
Preview URL: https://cc7740c3.hatchgrid.pages.dev
Branch Preview URL: https://dependabot-github-actions-al-2y9t.hatchgrid.pages.dev

View logs

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

Labels

area:ci Continuous integration or GitHub Actions changes dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code type:chore Code maintenance and configuration changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants