You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
GitHub Actions has announced the deprecation of Node.js 20 for actions. Workflows using very_good_coverage@v3 now emit the following warning:
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: VeryGoodOpenSource/very_good_coverage@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026.
Description
GitHub Actions has announced the deprecation of Node.js 20 for actions. Workflows using
very_good_coverage@v3now emit the following warning:Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Current behavior
very_good_coverage@v3usesnode20in itsaction.yml, which triggers deprecation warnings on every workflow run.Expected behavior
The action should be updated to use
node24to align with GitHub's migration timeline and eliminate deprecation warnings.Additional context
actions/cachehas already releasedv5with Node.js 24 support as a reference.very_good_workflows, which depend on this action internally.