Upgrade checked-in GitHub Actions references off deprecated Node 20 runtimes with the smallest safe major bumps.
75
70%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.squad/skills/node24-action-upgrades/SKILL.mdUse this when GitHub Actions logs report Node.js 20 actions are deprecated and the repo needs a focused cleanup without rewriting release logic.
action.yml and confirm runs.using: node24 before changing the workflow.uses: lines too (for example upload-pages-artifact can hide an internal upload-artifact pin).node20, leave it explicit in the report rather than forcing FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 without validation.actions/checkout@v4 -> actions/checkout@v5actions/setup-dotnet@v4 -> actions/setup-dotnet@v5actions/setup-node@v4 -> actions/setup-node@v5actions/upload-artifact@v4 -> actions/upload-artifact@v6actions/download-artifact@v4 -> actions/download-artifact@v7actions/configure-pages@v4 -> actions/configure-pages@v6actions/upload-pages-artifact@v3 -> actions/upload-pages-artifact@v5actions/deploy-pages@v4 -> actions/deploy-pages@v5uses: pins.468809e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.