Skip to content

Bump @actions/tool-cache from 2.0.2 to 3.0.0#440

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/main/actions/tool-cache-3.0.0
Open

Bump @actions/tool-cache from 2.0.2 to 3.0.0#440
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/main/actions/tool-cache-3.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps @actions/tool-cache from 2.0.2 to 3.0.0.

Changelog

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

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
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/tool-cache since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 2.0.2 to 3.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)

---
updated-dependencies:
- dependency-name: "@actions/tool-cache"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2026 14:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2026
@jaimergp
Copy link
Member

jaimergp commented Jan 19, 2026

I can't get this one to recompile locally. I cleared node_modules and reinstalled with npm i and nothing.

$ npm --version
11.6.2

I get this error (same as in CI)

...
> build
> ncc build -o dist/setup src/setup.ts && ncc build -o dist/delete src/delete.ts

ncc: Version 0.38.1
ncc: Compiling file index.js into CJS
ncc: Using typescript@5.3.2 (local user-provided)
Error: Module build failed (from ./node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js):
Error: TypeScript emitted no output for /Users/jrodriguez/devel/setup-miniconda/src/setup.ts.
    at makeSourceMapAndFinish (/Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache.js:32:280956)
    at successLoader (/Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache.js:32:280363)
    at Object.loader (/Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache.js:32:279827)
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(5,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(6,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(7,21)
      TS2307: Cannot find module 'os' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(62,56)
      TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(148,5)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(162,32)
      TS2550: Property 'entries' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2017' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(202,17)
      TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/conda.ts(363,32)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/constants.ts(1,21)
      TS2307: Cannot find module 'os' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/constants.ts(2,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/constants.ts(9,43)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/constants.ts(10,36)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/constants.ts(11,32)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/constants.ts(12,34)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/delete.ts(1,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/delete.ts(2,21)
      TS2307: Cannot find module 'os' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/delete.ts(3,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/input.ts(1,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/input.ts(67,35)
      TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/input.ts(81,23)
      TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/input.ts(91,47)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/outputs.ts(4,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/setup.ts(1,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(1,21)
      TS2307: Cannot find module 'os' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(2,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(3,25)
      TS2307: Cannot find module 'stream' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(31,35)
      TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(47,22)
      TS2591: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(59,22)
      TS2591: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/utils.ts(69,15)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/base-tools/update-mamba.ts(1,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/base-tools/update-mamba.ts(2,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/env/index.ts(1,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/env/index.ts(2,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/env/index.ts(74,5)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/env/yaml.ts(1,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/env/yaml.ts(2,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/base.ts(1,25)
      TS2307: Cannot find module 'crypto' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/base.ts(2,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/base.ts(3,36)
      TS2307: Cannot find module 'url' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/download-miniconda.ts(1,21)
      TS2307: Cannot find module 'fs' or its corresponding type declarations.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/download-miniconda.ts(57,43)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/download-miniconda.ts(65,19)
      TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/download-miniforge.ts(28,37)
      TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
[tsl] ERROR in /Users/jrodriguez/devel/setup-miniconda/src/installer/index.ts(1,23)
      TS2307: Cannot find module 'path' or its corresponding type declarations.
    at /Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:38:1896272
    at /Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:38:396262
    at _done (eval at create (/Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:21:75523), <anonymous>:9:1)
    at eval (eval at create (/Users/jrodriguez/devel/setup-miniconda/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:21:75523), <anonymous>:34:22)
husky - pre-commit hook exited with code 1 (error)

Copy link
Member

@jaimergp jaimergp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2026

A newer version of @​actions/tool-cache exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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