Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the development-dependencies group with 2 updates: actions/cache and taiki-e/install-action.

Updates actions/cache from 5.0.1 to 5.0.2

Release notes

Sourced from actions/cache's releases.

v.5.0.2

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

Changelog

Sourced from actions/cache's changelog.

Releases

Changelog

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

4.2.4

  • Bump @actions/cache to v4.0.5

4.2.3

  • Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump @actions/cache to v4.0.2

4.2.1

  • Bump @actions/cache to v4.0.1

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

... (truncated)

Commits

Updates taiki-e/install-action from 2.66.5 to 2.66.7

Release notes

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

2.66.7

  • Update prek@latest to 0.2.30.

  • Update release-plz@latest to 0.3.151.

  • Update mise@latest to 2026.1.4.

  • Update vacuum@latest to 0.23.3.

  • Update zizmor@latest to 1.22.0.

  • Update cargo-tarpaulin@latest to 0.35.1.

2.66.6

  • Update prek@latest to 0.2.29.

  • Update zizmor@latest to 1.21.0.

  • Update syft@latest to 1.40.1.

  • Update uv@latest to 0.9.26.

  • Update cargo-insta@latest to 1.46.1.

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.66.7] - 2026-01-19

  • Update prek@latest to 0.2.30.

  • Update release-plz@latest to 0.3.151.

  • Update mise@latest to 2026.1.4.

  • Update vacuum@latest to 0.23.3.

  • Update zizmor@latest to 1.22.0.

  • Update cargo-tarpaulin@latest to 0.35.1.

[2.66.6] - 2026-01-16

  • Update prek@latest to 0.2.29.

  • Update zizmor@latest to 1.21.0.

  • Update syft@latest to 1.40.1.

  • Update uv@latest to 0.9.26.

  • Update cargo-insta@latest to 1.46.1.

[2.66.5] - 2026-01-15

  • Update wasm-bindgen@latest to 0.2.108.

  • Update osv-scanner@latest to 2.3.2.

[2.66.4] - 2026-01-14

  • Update cargo-nextest@latest to 0.9.122.

  • Update wasmtime@latest to 40.0.2.

... (truncated)

Commits
  • 542ceba Release 2.66.7
  • 784e3a8 Update changelog
  • cf11c1c Update prek@latest to 0.2.30
  • 3e7bc0c Update release-plz@latest to 0.3.151
  • 6c6cda9 Update mise@latest to 2026.1.4
  • a16894c Update vacuum@latest to 0.23.3
  • ddff92b Update zizmor@latest to 1.22.0
  • e05537c Update mise@latest to 2026.1.3
  • e6d3e93 Update cargo-tarpaulin@latest to 0.35.1
  • 5033209 Address zizmor lint change
  • 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

Bumps the development-dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


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

Updates `taiki-e/install-action` from 2.66.5 to 2.66.7
- [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@2e9d707...542ceba)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: taiki-e/install-action
  dependency-version: 2.66.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 Jan 19, 2026
@github-actions github-actions bot enabled auto-merge (rebase) January 19, 2026 02:03
@github-actions github-actions bot merged commit 30098c0 into master Jan 19, 2026
31 of 32 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/development-dependencies-3bc569d660 branch January 19, 2026 02:06
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.

1 participant