Skip to content

Bump the github-actions group across 1 directory with 19 updates - #686

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

Bump the github-actions group across 1 directory with 19 updates#686
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-aeda43ec1f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
astral-sh/setup-uv 8.3.2 10.0.1
leynos/shared-actions/.github/actions/rust-build-release e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/stage-release-artefacts e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/linux-packages e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/windows-package e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/macos-package e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
taiki-e/install-action 2.85.3 2.87.3
leynos/shared-actions/.github/actions/setup-rust e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/install-mdtablefix c5a54701c8603a0fa756a6b34c49bc2af75a6c11 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/install-whitaker e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/install-nixie e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/generate-coverage 77ea10341249024e22ec5d9069e3caa7596e0d4f 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/upload-codescene-coverage e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/workflows/dependabot-automerge.yml 5daae0a332441d170d88ca648c9e71f0bbe96cb3 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/workflows/mutation-cargo.yml 2b04a1ac2f4bfeb75804b44b46acf29a23c8d595 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/determine-release-modes e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/ensure-cargo-version e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/export-cargo-metadata e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
leynos/shared-actions/.github/actions/upload-release-assets e041cb75c35c3524201a32d5e57c87408fbd5874 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

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/rust-build-release from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/stage-release-artefacts from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/linux-packages from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/windows-package from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/macos-package from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates taiki-e/install-action from 2.85.3 to 2.87.3

Release notes

Sourced from taiki-e/install-action's releases.

2.87.3

  • Update zizmor@latest to 1.30.0.

  • Update ubi@latest to 0.12.0.

  • Update protoc-gen-connect-openapi@latest to 0.25.8.

  • Update mise@latest to 2026.8.16.

  • Update kingfisher@latest to 2.1.0.

  • Update dprint@latest to 0.57.0.

2.87.2

  • Update typos@latest to 1.50.0.

  • Update tombi@latest to 1.5.0.

  • Update shfmt@latest to 3.14.0.

2.87.1

  • Update uv@latest to 0.12.7.

  • Update typos@latest to 1.49.1.

  • Update syft@latest to 1.51.1.

  • Update prek@latest to 0.5.0.

  • Update d2@latest to 0.8.2.

  • Update cargo-zigbuild@latest to 0.23.3.

  • Update cargo-rdme@latest to 2.2.2.

  • Update biome@latest to 2.5.11.

2.87.0

  • Support kache. (#1980, thanks @​ChrisJr404)

  • Update vacuum@latest to 0.30.1.

  • Update uv@latest to 0.12.6.

  • Update mise@latest to 2026.8.14.

  • Update editorconfig-checker@latest to 3.11.2.

2.86.8

  • Update wasmtime@latest to 48.0.1.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.87.8] - 2026-09-07

  • Update shfmt@latest to 3.14.1.

  • Update release-plz@latest to 0.3.162.

  • Update protoc-gen-connect-openapi@latest to 0.26.0.

  • Update dprint@latest to 0.57.4.

  • Update cargo-llvm-cov@latest to 0.9.1.

  • Update cargo-crap@latest to 0.5.0.

  • Update cargo-binstall@latest to 1.23.0.

[2.87.7] - 2026-09-06

  • Update wasm-bindgen@latest to 0.2.128.

  • Update uv@latest to 0.12.10.

  • Update tombi@latest to 1.5.2.

  • Update rclone@latest to 1.75.1.

[2.87.6] - 2026-09-05

  • Update rafn@latest to 0.1.6.

  • Update editorconfig-checker@latest to 3.11.3.

  • Update dprint@latest to 0.57.1.

  • Update convco@latest to 0.7.2.

[2.87.5] - 2026-09-04

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/setup-rust from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/install-mdtablefix from c5a54701c8603a0fa756a6b34c49bc2af75a6c11 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/install-whitaker from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/install-nixie from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/generate-coverage from 77ea10341249024e22ec5d9069e3caa7596e0d4f to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/upload-codescene-coverage from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/workflows/dependabot-automerge.yml from 5daae0a332441d170d88ca648c9e71f0bbe96cb3 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/workflows/mutation-cargo.yml from 2b04a1ac2f4bfeb75804b44b46acf29a23c8d595 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits

Updates leynos/shared-actions/.github/actions/determine-release-modes from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/ensure-cargo-version from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/export-cargo-metadata from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)
  • 8b3130b Stop reporting an empty mutation run as a clean pass (#462)
  • 197d04c Build(deps): bump the github-actions group with 3 updates (#464)
  • e7543b1 Put the workflow checkout back before the mutants job's post steps (#460)
  • 7cb894f Let a caller pin the lint suite, not just the installer (#454) (#458)
  • 77ea103 Publish the ratchet baseline only from a trunk push (#444) (#455)
  • c5a5470 Support every platform mdtablefix 0.5.1 publishes (#457)
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/upload-release-assets from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9

Commits
  • 6b5cdc2 Install cargo-llvm-cov 0.9.0 from the tool manifest (#470)
  • 824724a Document the four timeout tiers where the watchdog lives (#468)
  • 2055f0a Refuse a silent source build in CI (#463)
  • 2b04a1a Skip the mutants job when only test files changed (#467)

@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 Sep 7, 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've used your own review budget of 250,000 diff characters for the last 7 days.

You can request another review in 1 hour and 15 minutes by commenting @sourcery-ai review. Upgrade to get a review now.

@github-actions
github-actions Bot enabled auto-merge (squash) September 7, 2026 01:42
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-aeda43ec1f branch from c9ba88e to 931544c Compare September 7, 2026 06:42
codescene-access[bot]

This comment was marked as outdated.

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

| Package | From | To |
| --- | --- | --- |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `10.0.1` |
| [leynos/shared-actions/.github/actions/rust-build-release](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/stage-release-artefacts](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/linux-packages](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/windows-package](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/macos-package](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.85.3` | `2.87.3` |
| [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/install-mdtablefix](https://github.com/leynos/shared-actions) | `c5a54701c8603a0fa756a6b34c49bc2af75a6c11` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/install-whitaker](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/install-nixie](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) | `77ea10341249024e22ec5d9069e3caa7596e0d4f` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions) | `5daae0a332441d170d88ca648c9e71f0bbe96cb3` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/workflows/mutation-cargo.yml](https://github.com/leynos/shared-actions) | `2b04a1ac2f4bfeb75804b44b46acf29a23c8d595` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/determine-release-modes](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/ensure-cargo-version](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/export-cargo-metadata](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |
| [leynos/shared-actions/.github/actions/upload-release-assets](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9` |



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/rust-build-release` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/stage-release-artefacts` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/linux-packages` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/windows-package` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/macos-package` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `taiki-e/install-action` from 2.85.3 to 2.87.3
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@18b1216...0758d23)

Updates `leynos/shared-actions/.github/actions/setup-rust` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/install-mdtablefix` from c5a54701c8603a0fa756a6b34c49bc2af75a6c11 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@c5a5470...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/install-whitaker` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/install-nixie` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/generate-coverage` from 77ea10341249024e22ec5d9069e3caa7596e0d4f to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@77ea103...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/workflows/dependabot-automerge.yml` from 5daae0a332441d170d88ca648c9e71f0bbe96cb3 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@5daae0a...6b5cdc2)

Updates `leynos/shared-actions/.github/workflows/mutation-cargo.yml` from 2b04a1ac2f4bfeb75804b44b46acf29a23c8d595 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@2b04a1a...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/determine-release-modes` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/ensure-cargo-version` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/export-cargo-metadata` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

Updates `leynos/shared-actions/.github/actions/upload-release-assets` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 6b5cdc2d4c0bb72cafd5a66d24d248ac25827db9
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...6b5cdc2)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/determine-release-modes
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/ensure-cargo-version
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/export-cargo-metadata
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/generate-coverage
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/install-mdtablefix
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/install-nixie
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/install-whitaker
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/linux-packages
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/macos-package
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/rust-build-release
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/setup-rust
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/stage-release-artefacts
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-release-assets
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/windows-package
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/dependabot-automerge.yml
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/mutation-cargo.yml
  dependency-version: 824724a791a7f6dfef79bf95e11ea744b6eb4de4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.87.2
  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-aeda43ec1f branch from 931544c to fc1873d Compare September 8, 2026 14:52
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