Skip to content

fix(deps): bump uuid, @actions/cache and @actions/tool-cache#85

Merged
krdlab merged 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-2976cec58a
May 20, 2026
Merged

fix(deps): bump uuid, @actions/cache and @actions/tool-cache#85
krdlab merged 2 commits into
masterfrom
dependabot/npm_and_yarn/multi-2976cec58a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Removes uuid. It's no longer used after updating ancestor dependencies uuid, @actions/cache and @actions/tool-cache. These dependencies need to be updated together.

Removes uuid

Updates @actions/cache from 3.3.0 to 6.0.0

Changelog

Sourced from @​actions/cache's changelog.

6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

5.0.5

  • Bump @actions/glob to 0.5.1

5.0.4

  • Bump @actions/http-client to 3.0.2

5.0.3

Prevent retries for rate limited cache operations 2243.

5.0.1

  • Fix Node.js 24 punycode deprecation warning by updating @azure/storage-blob from ^12.13.0 to ^12.29.1 #2213
  • Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http, which eliminates the transitive dependency on node-fetch@2whatwg-url@5tr46@0.0.3 that used the deprecated punycode module

5.0.0

  • Remove @azure/ms-rest-js dependency #2197
    • The TransferProgressEvent type is now imported from @azure/core-rest-pipeline instead of @azure/ms-rest-js
  • Bump @actions/core from ^1.11.1 to ^2.0.0 #2198
  • Bump @actions/exec from ^1.0.1 to ^2.0.0 #2198
  • Bump @actions/glob from ^0.1.0 to ^0.5.0 #2198
  • Bump @actions/http-client from ^2.1.1 to ^3.0.0 #2198
  • Bump @actions/io from ^1.0.1 to ^2.0.0 #2198
  • Add support for Node.js 24 #2110
  • Add node-fetch override to resolve audit vulnerabilities #2110

4.1.0

  • Remove client side 10GiB cache size limit check & update twirp client #2118

4.0.5

  • Reintroduce @​protobuf-ts/runtime-rpc as a runtime dependency #2113

4.0.4

⚠️ Faulty patch release. Upgrade to 4.0.5 instead.

  • Optimized cache dependencies by moving @protobuf-ts/plugin to dev dependencies #2106
  • Improved cache service availability determination for different cache service versions (v1 and v2) #2100
  • Enhanced server error handling: 5xx HTTP errors are now logged as errors instead of warnings #2099
  • Fixed cache hit logging to properly distinguish between exact key matches and restore key matches #2101

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​actions/cache since your current version.


Updates @actions/tool-cache from 1.7.2 to 4.0.0

Changelog

Sourced from @​actions/tool-cache's changelog.

4.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

3.0.1

  • Bump @actions/http-client to 3.0.2

3.0.0

  • Update to v2.0.1 of @actions/core
  • Update to v2.0.0 of @actions/exec
  • Update to v3.0.1 of @actions/http-client
  • Update to v2.0.0 of @actions/io

2.0.2

  • Update @actions/core to v1.11.1 #1872
  • Remove dependency on uuid package #1824, #1842

2.0.1

  • Update to v2.0.1 of @actions/http-client #1087

2.0.0

  • Update to v2.0.0 of @actions/http-client
  • The type of the headers parameter in the exported function downloadTool has been narrowed from { [header: string]: any } to { [header: string]: number | string | string[] | undefined; } (that is, http.OutgoingHttpHeaders). This is strictly a compile-time change for TypeScript consumers. Previous attempts to use a header value of a type other than those now accepted would have resulted in an error at run time.
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​actions/tool-cache since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2976cec58a branch 2 times, most recently from fefe9d7 to 62bbb22 Compare May 6, 2026 17:18
@krdlab
Copy link
Copy Markdown
Owner

krdlab commented May 10, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2976cec58a branch 2 times, most recently from b661503 to 0fb6bbb Compare May 11, 2026 14:28
@krdlab
Copy link
Copy Markdown
Owner

krdlab commented May 20, 2026

@dependabot rebase

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) and [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache). These dependencies need to be updated together.


Removes `uuid`

Updates `@actions/cache` from 3.3.0 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)

Updates `@actions/tool-cache` from 1.7.2 to 4.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/tool-cache)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-version: 6.0.0
  dependency-type: direct:production
- dependency-name: "@actions/tool-cache"
  dependency-version: 4.0.0
  dependency-type: direct:production
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump uuid, @actions/cache and @actions/tool-cache fix(deps): bump uuid, @actions/cache and @actions/tool-cache May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2976cec58a branch from 0fb6bbb to f90886e Compare May 20, 2026 10:31
@krdlab krdlab merged commit 7315a7e into master May 20, 2026
13 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-2976cec58a branch May 20, 2026 10:43
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant