Skip to content

chore(deps): bump the github-actions group across 1 directory with 9 updates#435

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-9c0a09e572
Open

chore(deps): bump the github-actions group across 1 directory with 9 updates#435
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-9c0a09e572

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

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

Package From To
actions/checkout 6.0.1 6.0.2
taiki-e/install-action 2.66.1 2.67.30
dtolnay/rust-toolchain f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 efa25f7f19611383d5b0ccf2d1c8914531636bf9
actions/setup-node 6.1.0 6.2.0
astral-sh/setup-uv 7.2.0 7.3.0
actions/setup-python 6.1.0 6.2.0
PyO3/maturin-action 1.49.4 1.50.0
actions/attest-build-provenance 3.1.0 3.2.0
release-plz/action 0.5.120 0.5.126

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates taiki-e/install-action from 2.66.1 to 2.67.30

Release notes

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

2.67.30

  • Update cargo-nextest@latest to 0.9.127.

2.67.29

  • Update mise@latest to 2026.2.11.

  • Update cargo-no-dev-deps@latest to 0.2.21.

  • Update cargo-minimal-versions@latest to 0.1.36.

  • Update cargo-hack@latest to 0.6.43.

  • Update cargo-binstall@latest to 1.17.5.

  • Update osv-scanner@latest to 2.3.3.

  • Update martin@latest to 1.3.1.

  • Update parse-dockerfile@latest to 0.1.4.

2.67.28

  • Update uv@latest to 0.10.2.

  • Update syft@latest to 1.42.0.

  • Update mise@latest to 2026.2.9.

  • Update cyclonedx@latest to 0.30.0.

2.67.27

  • Update sccache@latest to 0.14.0.

  • Update typos@latest to 1.43.4.

  • Update mise@latest to 2026.2.8.

2.67.26

  • Update tombi@latest to 0.7.28.

  • Update mise@latest to 2026.2.7.

2.67.25

  • Update cargo-hack@latest to 0.6.42.

2.67.24

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

  • Update typos@latest to 1.43.3.

  • Update vacuum@latest to 0.23.8.

... (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]

  • Update prek@latest to 0.3.3.

  • Update mise@latest to 2026.2.13.

[2.67.30] - 2026-02-13

  • Update cargo-nextest@latest to 0.9.127.

[2.67.29] - 2026-02-13

  • Update mise@latest to 2026.2.11.

  • Update cargo-no-dev-deps@latest to 0.2.21.

  • Update cargo-minimal-versions@latest to 0.1.36.

  • Update cargo-hack@latest to 0.6.43.

  • Update cargo-binstall@latest to 1.17.5.

  • Update osv-scanner@latest to 2.3.3.

  • Update martin@latest to 1.3.1.

  • Update parse-dockerfile@latest to 0.1.4.

[2.67.28] - 2026-02-11

  • Update uv@latest to 0.10.2.

  • Update syft@latest to 1.42.0.

  • Update mise@latest to 2026.2.9.

  • Update cyclonedx@latest to 0.30.0.

[2.67.27] - 2026-02-09

... (truncated)

Commits
  • 288875d Release 2.67.30
  • ff61ba7 Update cargo-nextest@latest to 0.9.127
  • 443c943 docs: Add note about tools installed by this action's side
  • 44ad71d codegen: Update toml requirement from 0.9 to 1 (#1512)
  • 541dbe1 Release 2.67.29
  • 3f8c36b ci: Temporarily disable cygwin test
  • 8c4bfde Update mise@latest to 2026.2.11
  • 5516699 Update cargo-no-dev-deps@latest to 0.2.21
  • 26d534b Update cargo-minimal-versions@latest to 0.1.36
  • 21162aa Update cargo-hack@latest to 0.6.43
  • Additional commits viewable in compare view

Updates dtolnay/rust-toolchain from f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 to efa25f7f19611383d5b0ccf2d1c8914531636bf9

Commits

Updates actions/setup-node from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-node's releases.

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

Commits

Updates astral-sh/setup-uv from 7.2.0 to 7.3.0

Release notes

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

v7.3.0 🌈 New features and bug fixes for activate-environment

Changes

This release contains a few bug fixes and a new feature for the activate-environment functionality.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Commits
  • eac588a Bump typesafegithub/github-actions-typing from 2.2.1 to 2.2.2 (#753)
  • a97c6cb Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#751)
  • 02182fa fix: warn instead of error when no python to cache (#762)
  • a3b3eae chore: update known checksums for 0.10.0 (#759)
  • 78cebec fix: use --clear to create venv (#761)
  • b6b8e2c refactor: tilde-expansion tests as unittests and no self-hosted tests (#760)
  • e31bec8 chore: update known checksums for 0.9.30 (#756)
  • db2b65e Bump actions/checkout from 6.0.1 to 6.0.2 (#740)
  • 3511ff7 feat: add venv-path input for activate-environment (#746)
  • 99b0f04 Fix punctuation (#747)
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-python's releases.

v6.2.0

What's Changed

Dependency Upgrades

Full Changelog: actions/setup-python@v6...v6.2.0

Commits

Updates PyO3/maturin-action from 1.49.4 to 1.50.0

Release notes

Sourced from PyO3/maturin-action's releases.

v1.50.0

What's Changed

New Contributors

Full Changelog: PyO3/maturin-action@v1.49.4...v1.50.0

Commits
  • b1bd829 Update dependencies to latest versions with ESM and Node 24 (#409)
  • e8dfe2d Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#407)
  • a7a0737 Bump actions/setup-python from 6.1.0 to 6.2.0 (#406)
  • 0177072 Bump actions/setup-node from 6.1.0 to 6.2.0 (#405)
  • 0584c36 Bump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 (#404)
  • 06e22d5 Bump actions/checkout from 6.0.1 to 6.0.2 (#403)
  • f8fa3c6 Allow build loongarch64 and riscv64 for musllinux (#408)
  • 1511a23 Document how to harden release pipelines (#400)
  • 47fbb7a Add alias for riscv on manylinux (#399)
  • 9fc14be Update versions-manifest.json (#398)
  • Additional commits viewable in compare view

Updates actions/attest-build-provenance from 3.1.0 to 3.2.0

Release notes

Sourced from actions/attest-build-provenance's releases.

v3.2.0

What's Changed

Full Changelog: actions/attest-build-provenance@v3.1.0...v3.2.0

Commits
  • 96278af Update actions/attest to latest version v3.2.0 (#812)
  • 6865550 Add more documentation on Artifact Metadata Storage Records (#797)
  • 98f3aa9 Bump @​actions/core from 1.11.1 to 2.0.1 (#776)
  • 63e6444 Bump github/codeql-action in the actions-minor group (#782)
  • 3bc61af Bump the npm-development group with 2 updates (#795)
  • 405d0ea Bump the npm-development group with 3 updates (#783)
  • See full diff in compare view

Updates release-plz/action from 0.5.120 to 0.5.126

Release notes

Sourced from release-plz/action's releases.

v0.5.126

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.126

v0.5.125

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.125

v0.5.124

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.124

v0.5.123

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.123

v0.5.122

What's Changed

New Contributors

Full Changelog: release-plz/action@v0.5...v0.5.122

v0.5.121

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

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

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.66.1` | `2.67.30` |
| [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561` | `efa25f7f19611383d5b0ccf2d1c8914531636bf9` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.1.0` | `6.2.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.2.0` | `7.3.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` |
| [PyO3/maturin-action](https://github.com/pyo3/maturin-action) | `1.49.4` | `1.50.0` |
| [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3.1.0` | `3.2.0` |
| [release-plz/action](https://github.com/release-plz/action) | `0.5.120` | `0.5.126` |



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

Updates `taiki-e/install-action` from 2.66.1 to 2.67.30
- [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@3522286...288875d)

Updates `dtolnay/rust-toolchain` from f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 to efa25f7f19611383d5b0ccf2d1c8914531636bf9
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@f7ccc83...efa25f7)

Updates `actions/setup-node` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@395ad32...6044e13)

Updates `astral-sh/setup-uv` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@61cb8a9...eac588a)

Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@83679a8...a309ff8)

Updates `PyO3/maturin-action` from 1.49.4 to 1.50.0
- [Release notes](https://github.com/pyo3/maturin-action/releases)
- [Commits](PyO3/maturin-action@86b9d13...b1bd829)

Updates `actions/attest-build-provenance` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@00014ed...96278af)

Updates `release-plz/action` from 0.5.120 to 0.5.126
- [Release notes](https://github.com/release-plz/action/releases)
- [Commits](release-plz/action@487eb7b...52440b5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.67.30
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: dtolnay/rust-toolchain
  dependency-version: efa25f7f19611383d5b0ccf2d1c8914531636bf9
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: PyO3/maturin-action
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: release-plz/action
  dependency-version: 0.5.126
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-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 Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments