## Issue Using [actions/setup-node@v4.2.0](https://github.com/actions/setup-node/releases/tag/v4.2.0) with the `cache:` option can result in a "Warning: Cache not found", for example  ## Request Please bump `@actions/cache` to minimum [@actions/cache@4.0.1](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md#401) to mitigate issue https://github.com/actions/cache/issues/1552. `@actions/cache` is currently configured in [actions/setup-node@v4.2.0](https://github.com/actions/setup-node/releases/tag/v4.2.0) to use `"@actions/cache": "^4.0.0"` and it is built with: ```text $ npm ls @actions/cache setup-node@4.0.0 └── @actions/cache@4.0.0 ```