Skip to content

Build(deps): bump the github-actions group across 1 directory with 12 updates - #253

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-64cb3eaf11
Open

Build(deps): bump the github-actions group across 1 directory with 12 updates#253
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-64cb3eaf11

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on actions/checkout, messense/maturin-action, docker/setup-qemu-action, actions/upload-artifact, actions/setup-python, astral-sh/setup-uv, leynos/shared-actions/.github/actions/setup-rust, leynos/shared-actions/.github/actions/generate-coverage, leynos/shared-actions/.github/actions/upload-codescene-coverage, leynos/shared-actions/.github/workflows/dependabot-automerge.yml, actions/github-script and leynos/shared-actions/.github/workflows/mutation-mutmut.yml to permit the latest version.
Updates actions/checkout from 4.3.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

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

v6.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

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

... (truncated)

Commits

Updates messense/maturin-action from 47fbb7acd3db01f7830330b50689bd15135c12b9 to f0a989e78b427215a87ce3021f5a90507cae75fb

Commits

Updates docker/setup-qemu-action from 45136fd328ae20ed788d00d3bada68ab496c214c to 288220e341e5c445ddb6d73e19a57a9012ceca88

Commits
  • 288220e Merge pull request #322 from crazy-max/group-codeql-dependabot-updates
  • 48615d7 chore: group codeql dependabot updates
  • 9701c2d Merge pull request #319 from docker/dependabot/github_actions/docker/bake-act...
  • efc0de3 Merge pull request #318 from docker/dependabot/github_actions/docker/bake-act...
  • 5ebf4ce Merge pull request #316 from docker/dependabot/npm_and_yarn/sigstore/verify-3...
  • fd038d3 build(deps): bump docker/bake-action from 7.2.0 to 7.3.0
  • c89f892 build(deps): bump docker/bake-action/subaction/matrix
  • 9130712 build(deps): bump @​sigstore/verify from 3.1.0 to 3.1.1
  • 96fe6ef Merge pull request #315 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 31f08d3 [dependabot skip] chore: update generated content
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4.6.2 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

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

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

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates astral-sh/setup-uv from 8.3.1 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/setup-rust to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits

Updates leynos/shared-actions/.github/actions/generate-coverage from 4977418856133491c6aa7407d40668744df21818 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/upload-codescene-coverage from 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/workflows/dependabot-automerge.yml from 6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • Additional commits viewable in compare view

Updates actions/github-script from 8.0.0 to 9.0.0

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/workflows/mutation-mutmut.yml from 6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependency updates, applied to every Dependabot pull request. github-actions Dependabot channel for GitHub Actions updates, batched into one pull request per run. labels Jul 30, 2026

@sourcery-ai sourcery-ai 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.

Sorry @dependabot[bot], you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

codescene-access[bot]

This comment was marked as outdated.

@github-actions
github-actions Bot enabled auto-merge (squash) July 30, 2026 01:10
codescene-access[bot]

This comment was marked as outdated.

@dependabot dependabot Bot changed the title Build(deps): bump the github-actions group with 12 updates Build(deps): bump the github-actions group across 1 directory with 12 updates Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-64cb3eaf11 branch from bc755af to e464108 Compare August 4, 2026 00:54
codescene-access[bot]

This comment was marked as outdated.

codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-64cb3eaf11 branch from e464108 to fe00d96 Compare August 4, 2026 18:47
codescene-access[bot]

This comment was marked as outdated.

codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-64cb3eaf11 branch from fe00d96 to c0c8eaf Compare August 11, 2026 00:54
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-64cb3eaf11 branch from c0c8eaf to 40a2f9a Compare August 18, 2026 00:56
codescene-access[bot]

This comment was marked as outdated.

… updates

Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [messense/maturin-action](https://github.com/messense/maturin-action), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/setup-python](https://github.com/actions/setup-python), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions), [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions), [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions), [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions), [actions/github-script](https://github.com/actions/github-script) and [leynos/shared-actions/.github/workflows/mutation-mutmut.yml](https://github.com/leynos/shared-actions) to permit the latest version.

Updates `actions/checkout` from 4.3.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08eba0b...3d3c42e)

Updates `messense/maturin-action` from 47fbb7acd3db01f7830330b50689bd15135c12b9 to f0a989e78b427215a87ce3021f5a90507cae75fb
- [Release notes](https://github.com/messense/maturin-action/releases)
- [Commits](PyO3/maturin-action@47fbb7a...f0a989e)

Updates `docker/setup-qemu-action` from 45136fd328ae20ed788d00d3bada68ab496c214c to 288220e341e5c445ddb6d73e19a57a9012ceca88
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@45136fd...288220e)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

Updates `astral-sh/setup-uv` from 8.3.1 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@f98e069...20cfd1b)

Updates `leynos/shared-actions/.github/actions/setup-rust` to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](https://github.com/leynos/shared-actions/commits/f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4)

Updates `leynos/shared-actions/.github/actions/generate-coverage` from 4977418856133491c6aa7407d40668744df21818 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@4977418...f4764be)

Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18bed1c...f4764be)

Updates `leynos/shared-actions/.github/workflows/dependabot-automerge.yml` from 6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@6b9dc1b...f4764be)

Updates `actions/github-script` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@ed59741...3a2844b)

Updates `leynos/shared-actions/.github/workflows/mutation-mutmut.yml` from 6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@6b9dc1b...f4764be)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
  dependency-version: 288220e341e5c445ddb6d73e19a57a9012ceca88
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/generate-coverage
  dependency-version: 19a7f5d1b8d5c1b2236c39720a5744492b3fc129
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/setup-rust
  dependency-version: 19a7f5d1b8d5c1b2236c39720a5744492b3fc129
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage
  dependency-version: 19a7f5d1b8d5c1b2236c39720a5744492b3fc129
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/dependabot-automerge.yml
  dependency-version: 19a7f5d1b8d5c1b2236c39720a5744492b3fc129
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/mutation-mutmut.yml
  dependency-version: 19a7f5d1b8d5c1b2236c39720a5744492b3fc129
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: messense/maturin-action
  dependency-version: 6369ccd0d9ef2015c31b696e435d202672574696
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-64cb3eaf11 branch from 40a2f9a to c5a240b Compare August 25, 2026 00:54
codescene-access[bot]

This comment was marked as outdated.

@codescene-access codescene-access Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No quality gates enabled for this code.

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

Labels

dependencies Dependency updates, applied to every Dependabot pull request. github-actions Dependabot channel for GitHub Actions updates, batched into one pull request per run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants