Skip to content

chore(deps): bump the actions group with 5 updates - #123

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-aaa0d6eefe
Closed

chore(deps): bump the actions group with 5 updates#123
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-aaa0d6eefe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 5 updates:

Package From To
actions/checkout 4 6
taiki-e/install-action 2.75.27 2.77.2
release-drafter/release-drafter 6.4.0 7.3.0
ossf/scorecard-action 2.0.0 2.4.3
trufflesecurity/trufflehog 8a12e8e2fb6f3c4a4294a8e63b3659af6c08cfe3 ba0a524d6e51744d9d4e306bc57ac5d6ca5173ea

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Commits

Updates taiki-e/install-action from 2.75.27 to 2.77.2

Release notes

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

2.77.2

  • Update martin@latest to 1.9.0.

  • Update wasm-bindgen@latest to 0.2.121.

  • Update uv@latest to 0.11.11.

  • Update mise@latest to 2026.5.1.

  • Update prek@latest to 0.3.13.

  • Update tombi@latest to 0.10.6.

2.77.1

  • Support taiki-e/install-action@rust tag.

  • Update tombi@latest to 0.10.3.

  • Update martin@latest to 1.8.2.

2.77.0

  • Support rust. (#1779)

    This installs rust using rustup.

    If rustup is not yet installed, this action downloads rustup-init for the current platform using HTTPS with tlsv1.2+, verifies SHA256 checksum, and then installs rustup using it.

    This also supports installing additional components at the same time by +<additional> syntax:

    - uses: taiki-e/install-action@v2
      with:
        # Install rust stable with rustfmt component and wasm32-wasip1 target.
        tool: rust+rustfmt+wasm32-wasip1
        # When installing another rust version:
        # tool: rust@nightly + rustfmt + wasm32-wasip1
  • Fix issue where x86_64 binary will be installed on AArch64 Windows even when AArch64 Windows binary available.

  • Update mise@latest to 2026.5.0.

  • Diagnostic improvements.

2.76.0

  • Support mdbook-d2. (#1737, thanks @​nhu)

  • Support cargo-apple-runner. (#1731, thanks @​madsmtm)

  • Support cargo-binstall on riscv64 Linux.

... (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.77.2] - 2026-05-08

  • Update martin@latest to 1.9.0.

  • Update wasm-bindgen@latest to 0.2.121.

  • Update uv@latest to 0.11.11.

  • Update mise@latest to 2026.5.1.

  • Update prek@latest to 0.3.13.

  • Update tombi@latest to 0.10.6.

[2.77.1] - 2026-05-05

  • Support taiki-e/install-action@rust tag.

  • Update tombi@latest to 0.10.3.

  • Update martin@latest to 1.8.2.

[2.77.0] - 2026-05-05

  • Support rust. (#1779)

    This installs rust using rustup.

    If rustup is not yet installed, this action downloads rustup-init for the current platform using HTTPS with tlsv1.2+, verifies SHA256 checksum, and then installs rustup using it.

    This also supports installing additional components at the same time by +<additional> syntax:

    - uses: taiki-e/install-action@v2
      with:
        # Install rust stable with rustfmt component and wasm32-wasip1 target.
        tool: rust+rustfmt+wasm32-wasip1
        # When installing another rust version:

... (truncated)

Commits

Updates release-drafter/release-drafter from 6.4.0 to 7.3.0

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.3.0

What's Changed

New

  • feat: recover recently merged PRs missed by associated PRs lag (#1604) @​jetersen
  • feat: switch release discovery to ref comparison and explicit missing-baseline warnings (#1570) @​jetersen

Bug Fixes

Maintenance

Dependency Updates

Full Changelog: release-drafter/release-drafter@v7.2.1...v7.3.0

v7.2.1

What's Changed

Bug Fixes

  • fix: initial-commits-since in config not overwritten by input (#1593) @​sroebert
  • fix: clarify prerelease-identifier behavior and precedence in configuration (#1594) @​neilime

Maintenance

Full Changelog: release-drafter/release-drafter@v7.2.0...v7.2.1

v7.2.0

What's Changed

New

Bug Fixes

... (truncated)

Commits
  • c2e2804 chore: release v7.3.0
  • 0c28acd feat: recover recently merged PRs missed by associated PRs lag (#1604)
  • 3052ee0 fix: restore prerelease-identifier on first run when no prior releases exist ...
  • 0503d11 ci: rebuild dist after codegen so generated PRs include bundle updates (#1605)
  • a553731 chore: update generated GraphQL types (#1600)
  • c5dd361 ci: add warning on automatic codegen PRs
  • 705c5af ci: add maintenance label to automated codegen updates
  • acfaf4f chore: clarify base repository pr filtering (#1599)
  • d181a5a fix: prevent using commitish like refs/pull (#1598)
  • f188d08 feat: switch release discovery to ref comparison and explicit missing-baselin...
  • Additional commits viewable in compare view

Updates ossf/scorecard-action from 2.0.0 to 2.4.3

Release notes

Sourced from ossf/scorecard-action's releases.

v2.4.3

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

v2.4.2

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2

v2.4.1

What's Changed

  • This update bumps the Scorecard version to the v5.1.1 release. For a complete list of changes, please refer to the v5.1.0 and v5.1.1 release notes.
  • Publishing results now uses half the API quota as before. The exact savings depends on the repository in question.
  • Some errors were made into annotations to make them more visible
  • There is now an optional file_mode input which controls how repository files are fetched from GitHub. The default is archive, but git produces the most accurate results for repositories with .gitattributes files at the cost of analysis speed.
  • The underlying container for the action is now hosted on GitHub Container Registry. There should be no functional changes.

Docs

New Contributors

v2.4.0

What's Changed

... (truncated)

Commits
  • 4eaacf0 bump docker to ghcr v2.4.3 (#1587)
  • 42e3a01 🌱 Bump the github-actions group with 3 updates (#1585)
  • 88c07ac 🌱 Bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.6.0 (#1579)
  • 6c690f2 Bump github.com/ossf/scorecard/v5 from v5.2.1 to v5.3.0 (#1586)
  • 92083b5 📖 Fix recommended command to test the image in development (#1583)
  • 7975ea6 🌱 Bump the docker-images group across 1 directory with 2 updates (#1...
  • 0d1a743 🌱 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#1575)
  • 46e6e0c 🌱 Bump the github-actions group with 2 updates (#1580)
  • c3f1350 🌱 Improve printing options (#1584)
  • 43e475b 🌱 Bump golang.org/x/net from 0.42.0 to 0.44.0 (#1578)
  • Additional commits viewable in compare view

Updates trufflesecurity/trufflehog from 8a12e8e2fb6f3c4a4294a8e63b3659af6c08cfe3 to ba0a524d6e51744d9d4e306bc57ac5d6ca5173ea

Commits
  • ba0a524 Add Pinecone API key detector (#4917)
  • ab5dd03 Make detector Result.SecretParts initialization stricter (#4948)
  • 90ca685 Add default Content-Type: application/json header for custom detector verific...
  • 5f47aad chore: bump golangci-lint-action v7 → v9 (Node 24) (#4936)
  • a4e3016 ci: bump JS actions to Node 24 majors (checkout v6, setup-go v6, codeql v4, a...
  • See full diff in compare view

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

Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.75.27` | `2.77.2` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.4.0` | `7.3.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.0.0` | `2.4.3` |
| [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `8a12e8e2fb6f3c4a4294a8e63b3659af6c08cfe3` | `ba0a524d6e51744d9d4e306bc57ac5d6ca5173ea` |


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v6)

Updates `taiki-e/install-action` from 2.75.27 to 2.77.2
- [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@7769b73...3fa6878)

Updates `release-drafter/release-drafter` from 6.4.0 to 7.3.0
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@6a93d82...c2e2804)

Updates `ossf/scorecard-action` from 2.0.0 to 2.4.3
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@13ec8c7...4eaacf0)

Updates `trufflesecurity/trufflehog` from 8a12e8e2fb6f3c4a4294a8e63b3659af6c08cfe3 to ba0a524d6e51744d9d4e306bc57ac5d6ca5173ea
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](trufflesecurity/trufflehog@8a12e8e...ba0a524)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.77.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: trufflesecurity/trufflehog
  dependency-version: ba0a524d6e51744d9d4e306bc57ac5d6ca5173ea
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests updating dependencies github_actions Pull requests that update GitHub Actions code labels May 8, 2026
@dependabot
dependabot Bot requested a review from KooshaPari as a code owner May 8, 2026 13:28
@dependabot dependabot Bot added dependencies Pull requests updating dependencies github_actions Pull requests that update GitHub Actions code labels May 8, 2026
@codeant-ai

codeant-ai Bot commented May 8, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@sonarqubecloud

sonarqubecloud Bot commented May 8, 2026

Copy link
Copy Markdown

@kilo-code-bot

kilo-code-bot Bot commented May 8, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

This PR updates GitHub Actions to newer versions across workflow files. The changes are routine maintenance:

  • actions/checkout@v4actions/checkout@v6 (multiple workflows)
  • taiki-e/install-action SHA updated
  • release-drafter/release-drafter SHA updated
  • ossf/scorecard-action SHA updated
  • trufflesecurity/trufflehog SHA updated

These are standard version bumps with no functional changes to the workflow logic. The use of commit SHAs for actions (rather than version tags) is a reasonable practice for reproducibility.

Files Reviewed (15 files)
  • .github/workflows/cargo-audit.yml
  • .github/workflows/cargo-machete.yml
  • .github/workflows/cargo-semver-checks.yml
  • .github/workflows/ci.yml
  • .github/workflows/codeql.yml
  • .github/workflows/doc-links.yml
  • .github/workflows/fr-coverage.yml
  • .github/workflows/lint.yml
  • .github/workflows/quality-gate.yml
  • .github/workflows/release-drafter.yml
  • .github/workflows/scorecard.yml
  • .github/workflows/secrets-scan.yml
  • .github/workflows/trufflehog.yml

Reviewed by laguna-m.1-20260312:free · 173,671 tokens

@dependabot @github

dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 15, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-aaa0d6eefe branch May 15, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests updating dependencies github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants