What's Changed
- ‼️ This release requires Node 24+!
- ‼️ The
skip_tool_cache
option has been removed! Skipping the tool cache is now the default behavior. To restore the previous behavior of using the tool cache (which is unnecessary on GitHub managed runners, but may provide performance increases on self-hosted runners), setcache: true
.
- Bump to node24 by @sethvargo in #723
- Do not use the tool-cache by default by @sethvargo in #724
- Update to use v3 references by @sethvargo in #725
- Release: v3.0.0 by @google-github-actions-bot in #726
Full Changelog: v2.2.1...v3.0.0