Upgrade GitHub Actions to supported runtimes by selecting safe action versions, preserving workflow behavior, and validating post-upgrade execution.
f11a4e4Use this skill when editing GitHub Actions workflows to address deprecation warnings about action runtimes (for example Node.js runtime migrations).
.github/workflows/*.yml or .github/workflows/*.yaml.uses:.@v4 or @main) in final recommendations.Prioritize runtime review for these groups when warnings appear:
actions/*actions/setup-* (for example setup-node, setup-python, setup-dotnet)steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.3.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.4
When recommending upgrades, identify the latest compatible release first, then use the corresponding commit SHA with an optional version comment.
After changing action versions:
Include in the PR summary:
Dependabot can automate many updates, but this skill still helps when:
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/github-actions-runtime-upgrade-conventions · pinned to the source commit
# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/github-actions-runtime-upgrade-conventions" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/github-actions-runtime-upgrade-conventions" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/github-actions-runtime-upgrade-conventions
Scanner static-checks@0.1.0 · commit f11a4e441c5f. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.