Skip to content

Bump the actions group across 1 directory with 6 updates#22514

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions-5db007bb5e
Open

Bump the actions group across 1 directory with 6 updates#22514
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions-5db007bb5e

Conversation

@dependabot
Copy link
Contributor

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

Bumps the actions group with 6 updates in the / directory:

Package From To
taiki-e/install-action 2.67.15 2.67.18
actions/cache 5.0.2 5.0.3
github/codeql-action b126facd4e5d140dbdf5202489ec4a70ff75ce5c ab5b0e3aabf4de044f07a63754c2110d3ef2df38
DataDog/datadog-static-analyzer-github-action 2.0.0 3.0.0
docker/login-action 3.6.0 3.7.0
suzuki-shunsuke/pinact-action 1.3.1 1.4.0

Updates taiki-e/install-action from 2.67.15 to 2.67.18

Release notes

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

2.67.18

  • Update prek@latest to 0.3.1.

  • Update mise@latest to 2026.1.12.

  • Update cargo-insta@latest to 1.46.2.

2.67.17

  • Update rclone@latest to 1.73.0.

  • Update mise@latest to 2026.1.11.

  • Update vacuum@latest to 0.23.5.

  • Update trivy@latest to 0.69.0.

2.67.16

  • Update uv@latest to 0.9.28.

  • Update syft@latest to 1.41.1.

  • Update protoc@latest to 3.33.5.

  • Update martin@latest to 1.3.0.

  • Update mise@latest to 2026.1.9.

  • Update editorconfig-checker@latest to 3.6.1.

  • Update cargo-binstall@latest to 1.17.4.

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 wasmtime@latest to 41.0.2.

  • Update typos@latest to 1.43.0.

  • Update cargo-insta@latest to 1.46.3.

  • Update mise@latest to 2026.2.1.

  • Update mise@latest to 2026.2.0.

[2.67.18] - 2026-01-31

  • Update prek@latest to 0.3.1.

  • Update mise@latest to 2026.1.12.

  • Update cargo-insta@latest to 1.46.2.

[2.67.17] - 2026-01-31

  • Update rclone@latest to 1.73.0.

  • Update mise@latest to 2026.1.11.

  • Update vacuum@latest to 0.23.5.

  • Update trivy@latest to 0.69.0.

[2.67.16] - 2026-01-30

  • Update uv@latest to 0.9.28.

  • Update syft@latest to 1.41.1.

  • Update protoc@latest to 3.33.5.

  • Update martin@latest to 1.3.0.

... (truncated)

Commits

Updates actions/cache from 5.0.2 to 5.0.3

Release notes

Sourced from actions/cache's releases.

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

... (truncated)

Commits
  • cdf6c1f Merge pull request #1695 from actions/Link-/prepare-5.0.3
  • a1bee22 Add review for the @​actions/http-client license
  • 4695763 Add licensed output
  • dc73bb9 Upgrade dependencies and address security warnings
  • 345d5c2 Add 5.0.3 builds
  • See full diff in compare view

Updates github/codeql-action from b126facd4e5d140dbdf5202489ec4a70ff75ce5c to ab5b0e3aabf4de044f07a63754c2110d3ef2df38

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
  • Improved error handling throughout the CodeQL Action. #3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403

4.31.10 - 12 Jan 2026

  • Update default CodeQL bundle version to 2.23.9. #3393

4.31.9 - 16 Dec 2025

No user facing changes.

4.31.8 - 11 Dec 2025

  • Update default CodeQL bundle version to 2.23.8. #3354

4.31.7 - 05 Dec 2025

  • Update default CodeQL bundle version to 2.23.7. #3343

4.31.6 - 01 Dec 2025

No user facing changes.

4.31.5 - 24 Nov 2025

  • Update default CodeQL bundle version to 2.23.6. #3321

4.31.4 - 18 Nov 2025

... (truncated)

Commits
  • ab5b0e3 Merge pull request #3450 from github/henrymercer/add-requires-auth
  • 6d4cd5d Add "Requires authentication" to wrapApiConfigurationError
  • 8aac4e4 Merge pull request #3448 from github/mergeback/v4.32.1-to-main-6bc82e05
  • e8d7df4 Rebuild
  • c1bba77 Update changelog and version after v4.32.1
  • 6bc82e0 Merge pull request #3447 from github/update-v4.32.1-f52cbc830
  • 42f00f2 Add a couple of change notes
  • cedee6d Update changelog for v4.32.1
  • f52cbc8 Merge pull request #3445 from github/dependabot/npm_and_yarn/fast-xml-parser-...
  • c5aaca4 Merge pull request #3446 from github/mbg/ci/pin-node-packages
  • Additional commits viewable in compare view

Updates DataDog/datadog-static-analyzer-github-action from 2.0.0 to 3.0.0

Release notes

Sourced from DataDog/datadog-static-analyzer-github-action's releases.

v3.0.0

This is a major release that converts the action from a container action to a composite action.

In practice, this will reduce the time the action takes to initialize from over 1 minute to under 10 seconds.

Upgrading from v2

TL;DR unless you are self-hosting runners, upgrading from v2 will work without issue.

GitHub-hosted Runners

If you're using Github's runners, you can upgrade without issue.

Side Effects

Note that with the move away from containerization, there are some net-new side effects to using the action that persist to following steps. These are not expected to cause behavior regressions but are listed below for transparency:

  • $HOME/.local/bin/ will be created and added to $GITHUB_PATH
    • The datadog-static-analyzer binary will be written here
    • The datadog-ci binary might be written here
  • git config --global --add safe.directory "$GITHUB_WORKSPACE" will be run
  • git config --unset extensions.worktreeConfig might be run
  • A temporary dir (mktemp -d) containing datadog-ci (semver ^4) might be written to $GITHUB_PATH

Self-hosted Runners

If you are using self-hosted runners you might need additional configuration, depending on your setup (firewalls, etc).

Net-new network calls

  • npm view @datadog/datadog-ci is used
  • GET https://github.com/DataDog/datadog-static-analyzer/releases/latest/download/*
  • GET https://github.com/DataDog/datadog-ci/releases/download/*/*

Net-new required binaries in $PATH

  • bash
  • git
  • curl (additionally, CA certificates)
  • node
  • npm
  • unzip

The same "Side Effects" from the section above apply.

Commits

Updates docker/login-action from 3.6.0 to 3.7.0

Release notes

Sourced from docker/login-action's releases.

v3.7.0

Full Changelog: docker/login-action@v3.6.0...v3.7.0

Commits
  • c94ce9f Merge pull request #915 from docker/dependabot/npm_and_yarn/lodash-4.17.23
  • 8339c95 Merge pull request #912 from docker/scope
  • c83e932 build(deps): bump lodash from 4.17.21 to 4.17.23
  • b268aa5 chore: update generated content
  • a603229 documentation for scope input
  • 7567f92 Add scope input to set scopes for the authentication token
  • 0567fa5 Merge pull request #914 from dphi/add-support-for-amazonaws.eu
  • f6ef577 feat: add support for AWS European Sovereign Cloud ECR registries
  • 916386b Merge pull request #911 from crazy-max/ensure-redact
  • 5b3f94a chore: update generated content
  • Additional commits viewable in compare view

Updates suzuki-shunsuke/pinact-action from 1.3.1 to 1.4.0

Release notes

Sourced from suzuki-shunsuke/pinact-action's releases.

v1.4.0

Issues | Pull Requests | suzuki-shunsuke/pinact-action@v1.3.1...v1.4.0 | Base revision

Features

Add the optional input separator to change separator between action version and comment

e.g.

- uses: suzuki-shunsuke/pinact-action@1081f5ad49ac904b7d977784f338145150a32112  # v1.4.0
  with:
    separator: "  # "
Commits
  • 1081f5a chore: prepare release v1.4.0
  • 455ac61 docs: fix deepwiki badge (#914)
  • 2bb7f82 fix: fix a bug the action fails if separator is set (#913)
  • 6e11b88 fix(deps): update dependency @​actions/github to v9 (#902)
  • 75529ef feat: support separator (#912)
  • c02f9ee chore(deps): update dependency typescript-eslint to v8.54.0 (#911)
  • 12297b6 fix(deps): update dependency @​actions/exec to v3 (#903)
  • 8980627 chore(deps): pin dependency jiti to 2.6.1 (#910)
  • 6f9b870 fix(deps): update dependency @​actions/core to v3 (#904)
  • 72f2097 chore: introduce eslint (#909)
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependabot/actions Dependabot update of GitHub actions qa/skip-qa Automatically skip this PR for the next QA labels Feb 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2026 14:08
@dependabot dependabot bot added qa/skip-qa Automatically skip this PR for the next QA dependabot/actions Dependabot update of GitHub actions labels Feb 3, 2026
@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.74%. Comparing base (3ffe999) to head (822c9d1).

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AAraKKe
Copy link
Contributor

AAraKKe commented Feb 4, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-5db007bb5e branch from e67c678 to f3e07f3 Compare February 4, 2026 14:05
Bumps the actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.67.15` | `2.67.18` |
| [actions/cache](https://github.com/actions/cache) | `5.0.2` | `5.0.3` |
| [github/codeql-action](https://github.com/github/codeql-action) | `b126facd4e5d140dbdf5202489ec4a70ff75ce5c` | `ab5b0e3aabf4de044f07a63754c2110d3ef2df38` |
| [DataDog/datadog-static-analyzer-github-action](https://github.com/datadog/datadog-static-analyzer-github-action) | `2.0.0` | `3.0.0` |
| [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` |
| [suzuki-shunsuke/pinact-action](https://github.com/suzuki-shunsuke/pinact-action) | `1.3.1` | `1.4.0` |



Updates `taiki-e/install-action` from 2.67.15 to 2.67.18
- [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@7e574ed...650c5ca)

Updates `actions/cache` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@8b402f5...cdf6c1f)

Updates `github/codeql-action` from b126facd4e5d140dbdf5202489ec4a70ff75ce5c to ab5b0e3aabf4de044f07a63754c2110d3ef2df38
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b126fac...ab5b0e3)

Updates `DataDog/datadog-static-analyzer-github-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/datadog/datadog-static-analyzer-github-action/releases)
- [Commits](DataDog/datadog-static-analyzer-github-action@2cc0e06...8340f18)

Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@5e57cd1...c94ce9f)

Updates `suzuki-shunsuke/pinact-action` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/suzuki-shunsuke/pinact-action/releases)
- [Commits](suzuki-shunsuke/pinact-action@3d49c64...1081f5a)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.67.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/cache
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/codeql-action
  dependency-version: ab5b0e3aabf4de044f07a63754c2110d3ef2df38
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: DataDog/datadog-static-analyzer-github-action
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: suzuki-shunsuke/pinact-action
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-5db007bb5e branch from f3e07f3 to 822c9d1 Compare February 9, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot/actions Dependabot update of GitHub actions ecosystems/review-requested product/review-requested qa/skip-qa Automatically skip this PR for the next QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant