Minor Changes
-
8f37c4b: Bump the action runtime to Node 24 and harden the run loop:
action.ymlnow usesnode24(Node 20 is being deprecated by GitHub Actions on June 2, 2026)- Wayback Machine 5xx / non-JSON responses no longer crash the run; the failure is logged and the run continues with whatever upgrades it already found
- The action entrypoint now catches stray errors and unhandled rejections instead of exiting silently
- Upgraded all direct dependencies to latest, including
@actions/cachev6,@actions/corev3,@actions/githubv9, andtypescriptv6 - Replaced the broken npm-publish release flow with
changeset tagso the release workflow creates GitHub releases + git tags only (no npm publish, which never had credentials configured) - Added a
verify-distCI job so PRs that forget to commitdist/fail loudly