Skip to content

Chore(deps): bump the github-actions group across 1 directory with 8 updates - #631

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

Chore(deps): bump the github-actions group across 1 directory with 8 updates#631
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-557d6d3fa1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
Swatinem/rust-cache 2.8.0 2.9.2
leynos/shared-actions/.github/actions/setup-rust 18bed1ca49a6de3d8882bd72635a32ae3f023d57 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
astral-sh/setup-uv 8.3.2 10.0.1
leynos/shared-actions/.github/actions/generate-coverage c3141c3d4cb2a2828d2abbcf3d94b15197740c58 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/upload-codescene-coverage 4977418856133491c6aa7407d40668744df21818 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/workflows/dependabot-automerge.yml 18bed1ca49a6de3d8882bd72635a32ae3f023d57 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
actions/github-script 8 9
leynos/shared-actions/.github/workflows/mutation-cargo.yml dae5d4205c5b3b9f5ad37fddfc8d87276f7ea874 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Updates Swatinem/rust-cache from 2.8.0 to 2.9.2

Release notes

Sourced from Swatinem/rust-cache's releases.

v2.9.2

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.9.1...v2.9.2

v2.9.1

Fix regression in hash calculation

Full Changelog: Swatinem/rust-cache@v2.9.0...v2.9.1

v2.9.0

What's Changed

New Contributors

Full Changelog: Swatinem/rust-cache@v2.8.2...v2.9.0

v2.8.2

What's Changed

... (truncated)

Changelog

Sourced from Swatinem/rust-cache's changelog.

Changelog

2.9.2

  • Fix credentials.toml cleanup
  • Improvements to cleanup, preserving more valid targets
  • Improvements to cargo install handling
  • Correctly sort/dedupe Rust versions

2.9.1

  • Fix regression in hash calculation

2.9.0

  • Update to node24
  • Support running from within a nix shell
  • Consider all installed toolchains for cache key
  • Use case-insensitive comparison to determine exact cache hit

2.8.2

  • Don't overwrite env for cargo-metadata call

2.8.1

  • Set empty CARGO_ENCODED_RUSTFLAGS when retrieving metadata
  • Various dependency updates

2.8.0

  • Add support for warpbuild cache provider
  • Add new cache-workspace-crates feature

2.7.8

  • Include CPU arch in the cache key

2.7.7

  • Also cache cargo install metadata

2.7.6

  • Allow opting out of caching $CARGO_HOME/bin
  • Add runner OS in cache key
  • Adds an option to do lookup-only of the cache

2.7.5

... (truncated)

Commits
  • 6323deb 2.9.2
  • b16e8d7 bump rollup and rebuild
  • 3bf42ac invert target/profile check in cleanup
  • 6e5b278 correctly sort and dedupe Rust versions
  • 5adc05f Bump the actions group across 1 directory with 3 updates (#368)
  • 66b1e95 fix: support Cargo V2 build dir layout (#371)
  • 72d126e Merge pull request #367 from Swatinem/dependabot/npm_and_yarn/dev-patch-2b495...
  • 48968d2 Bump the dev-patch group with 2 updates
  • 9f151ac update dependencies, rebuild
  • 0e24e5d Bump the actions group across 1 directory with 6 updates (#364)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/setup-rust 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 astral-sh/setup-uv from 8.3.2 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/generate-coverage from c3141c3d4cb2a2828d2abbcf3d94b15197740c58 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 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/workflows/dependabot-automerge.yml 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 actions/github-script from 8 to 9

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-cargo.yml from dae5d4205c5b3b9f5ad37fddfc8d87276f7ea874 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 02:34
@dependabot dependabot Bot changed the title Chore(deps): bump the github-actions group with 8 updates Chore(deps): bump the github-actions group across 1 directory with 8 updates Aug 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-557d6d3fa1 branch from 9661c03 to 213591f Compare August 17, 2026 08:45
codescene-access[bot]

This comment was marked as outdated.

@leynos

leynos commented Aug 23, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-557d6d3fa1 branch from 213591f to 3c02b20 Compare August 23, 2026 02:56
codescene-access[bot]

This comment was marked as outdated.

…updates

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

| Package | From | To |
| --- | --- | --- |
| [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.8.0` | `2.9.2` |
| [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `18bed1ca49a6de3d8882bd72635a32ae3f023d57` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `10.0.1` |
| [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) | `c3141c3d4cb2a2828d2abbcf3d94b15197740c58` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `4977418856133491c6aa7407d40668744df21818` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions) | `18bed1ca49a6de3d8882bd72635a32ae3f023d57` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [actions/github-script](https://github.com/actions/github-script) | `8` | `9` |
| [leynos/shared-actions/.github/workflows/mutation-cargo.yml](https://github.com/leynos/shared-actions) | `dae5d4205c5b3b9f5ad37fddfc8d87276f7ea874` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |



Updates `Swatinem/rust-cache` from 2.8.0 to 2.9.2
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@98c8021...6323deb)

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

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

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

Updates `leynos/shared-actions/.github/actions/upload-codescene-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/workflows/dependabot-automerge.yml` from 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18bed1c...f4764be)

Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

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

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  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: 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-cargo.yml
  dependency-version: 19a7f5d1b8d5c1b2236c39720a5744492b3fc129
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Swatinem/rust-cache
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-557d6d3fa1 branch from 3c02b20 to 355da59 Compare August 24, 2026 08:44
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.

1 participant