chore: bump the all-dependencies group across 1 directory with 13 updates#2813
chore: bump the all-dependencies group across 1 directory with 13 updates#2813dependabot[bot] wants to merge 1 commit intocanaryfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🏗️ Building BEPs preview... (run 22533378399) |
7a0682f to
250c76e
Compare
250c76e to
b6a4b85
Compare
b6a4b85 to
18dacfe
Compare
18dacfe to
2bb7e42
Compare
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
11 similar comments
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't parse your sandbox.yaml. Because of this, Dependabot cannot update this pull request. |
2bb7e42 to
38bef7a
Compare
There was a problem hiding this comment.
🤖 AI Code Review
Assessment ⚠️
This is a standard dependabot update that bumps GitHub Actions to support Node.js 24. The changes are mechanical and consistent across all workflow files.
Key Points:
- All updated actions now require Actions Runner v2.327.1+ for Node.js 24 support
- Since the repository uses GitHub-hosted runners (
ubuntu-latest,macos-14,windows-2022), this requirement is automatically satisfied - The updates include major version bumps for 13 actions, all following their official migration paths
Issue Found:
- One comment still references "Node20" when it should say "Node24" after updating to
actions/checkout@v6
The PR is safe to merge after fixing the outdated comment.
Note
Tag @mendral-app with feedback or questions.
|
|
||
| # Run Linux builds inside a more modern manylinux container (AlmaLinux 8 based) | ||
| # with a newer GLIBC version compatible with Node20 used by actions/checkout@v4 | ||
| # with a newer GLIBC version compatible with Node20 used by actions/checkout@v6 |
There was a problem hiding this comment.
🔧 maintainability (low)
Update comment to reflect Node.js 24 runtime used by actions/checkout@v6
The comment still references "Node20" but actions/checkout@v6 runs on Node.js 24. This should be updated for accuracy.
📝 Suggested change
| # with a newer GLIBC version compatible with Node20 used by actions/checkout@v6 | |
| # with a newer GLIBC version compatible with Node24 used by actions/checkout@v6 |
…ates Bumps the all-dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `5` | `7` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `5` | | [jdx/mise-action](https://github.com/jdx/mise-action) | `2` | `3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [gradle/actions](https://github.com/gradle/actions) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `3` | `4` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [infisical/secrets-action](https://github.com/infisical/secrets-action) | `1.0.9` | `1.0.15` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.3` | `5.5.2` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `astral-sh/setup-uv` from 5 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v7) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `aws-actions/configure-aws-credentials` from 4 to 5 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v5) Updates `jdx/mise-action` from 2 to 3 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v3) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `gradle/actions` from 4 to 5 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `CodSpeedHQ/action` from 3 to 4 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3...v4) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `infisical/secrets-action` from 1.0.9 to 1.0.15 - [Release notes](https://github.com/infisical/secrets-action/releases) - [Commits](Infisical/secrets-action@v1.0.9...v1.0.15) Updates `codecov/codecov-action` from 5.4.3 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@18283e0...671740a) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: infisical/secrets-action dependency-version: 1.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
38bef7a to
db6eda0
Compare
Binary size checks passed✅ 7 passed
Generated by |
|
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 |
Bumps the all-dependencies group with 13 updates in the / directory:
465756452346454734451.0.91.0.155.4.35.5.256Updates
actions/checkoutfrom 4 to 6Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)Updates
astral-sh/setup-uvfrom 5 to 7Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
681c641Bump actions/checkout from 5.0.0 to 6.0.1 (#712)2e85713Bump actions/setup-node from 6.0.0 to 6.1.0 (#715)58b6d7bfix: add OS version to cache key to prevent binary incompatibility (#716)e8b52afchore: update known checksums for 0.9.17 (#714)ed21f2fBump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#695)93202d8bump dependencies (#709)5ce0900set biome files.maxSize to 2MiB (#708)4180991allow cache-local-path w/o enable-cache (#707)0439606Bump github/codeql-action from 4.30.9 to 4.31.6 (#698)7dd56c1chore: update known checksums for 0.9.16 (#706)Updates
actions/setup-pythonfrom 5 to 6Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
83679a8Bump@types/nodefrom 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...bfc4944Bump prettier from 3.5.3 to 3.6.2 (#1234)97aeb3eBump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)443da59Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...cfd55cagraalpy: add graalpy early-access and windows builds (#880)bba65e5Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)18566f8Improve wording and "fix example" (remove 3.13) on testing against pre-releas...2e3e4b1Add support for pip-install input (#1201)4267e28Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...e797f83Upgrade to node 24 (#1164)Updates
aws-actions/configure-aws-credentialsfrom 4 to 5Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
... (truncated)
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
... (truncated)
Commits
61815dcchore(main): release 5.1.1 (#1564)56d6a58chore: release 5.1.14a54c24chore(deps-dev): bump glob from 10.4.5 to 10.5.0 (#1563)b2793c9chore(deps-dev): bump@types/nodefrom 24.10.0 to 24.10.1 (#1559)8c230bfchore: Update distf7a5b07chore(deps): bump@aws-sdk/client-stsfrom 3.928.0 to 3.933.0 (#1558)730fc04chore(deps-dev): bump@biomejs/biomefrom 2.3.4 to 2.3.6 (#1555)bc0dd36chore(deps-dev): bump memfs from 4.50.0 to 4.51.0 (#1556)f2964c7chore: Update distcf46495chore(deps): bump@aws-sdk/client-stsfrom 3.922.0 to 3.928.0 (#1548)Updates
jdx/mise-actionfrom 2 to 3Release notes
Sourced from jdx/mise-action's releases.
... (truncated)
Changelog
Sourced from jdx/mise-action's changelog.
... (truncated)
Commits
146a281chore: release v3.5.1 (#330)dd7e7f5Revert "feat(action): moved save cache to post step" (#329)6af9662chore(deps): lock file maintenance (#328)d16887bchore: release v3.5.0 (#322)f81706fchore(deps): update actions/checkout digest (#323)79b896afeat(action): moved save cache to post step (#321)07cd072chore(deps): update dependency@types/nodeto v24.10.1 (#320)8195c40chore(deps): update github/codeql-action digest to f94c9be (#319)9dc7d5dchore: release v3.4.1 (#318)5d59d4dfix: avoid github token downstream issue (#317)Updates
actions/upload-artifactfrom 4 to 6Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixUpdates
gradle/actionsfrom 4 to 5Release notes
Sourced from gradle/actions's releases.