GitHub Actions Node Runtime Upgrade

GitHub Actions Node Runtime Upgrade is an agent for coding agents from github/awesome-copilot. It costs 45 tokens per session (872 once invoked), scanned A, original, MIT.

A coding agent for updating JavaScript or TypeScript GitHub Actions to a newer Node.js runtime, including related version, CI, documentation, and validation changes.

In plain words
What is it for?
Use it to move an action such as node20 to node24, bump its major version, update its automated checks, and validate the result.
Why use it?
GitHub Actions eventually retires older Node.js runtimes. This helps maintainers complete the upgrade and handle the breaking change for users of the action.

Agent

About the project

Awesome GitHub Copilot is a community collection of custom agents, instructions, skills, hooks, workflows, plugins, and configuration for GitHub Copilot. It helps Copilot users customize coding and development tasks. Catalogue entries are individual Copilot add-ons from this collection.

github/awesome-copilot · 38,647 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/github/awesome-copilot/github-actions-node-upgrade
Clone the repo
git clone --depth 1 https://github.com/github/awesome-copilot

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for GitHub Actions Node Runtime Upgrade

README.md
[![agentmods](https://agentmods.dev/badge/agents/github/awesome-copilot/github-actions-node-upgrade.svg)](https://agentmods.dev/agents/github/awesome-copilot/github-actions-node-upgrade)
Your own site
<a href="https://agentmods.dev/agents/github/awesome-copilot/github-actions-node-upgrade"><img src="https://agentmods.dev/badge/agents/github/awesome-copilot/github-actions-node-upgrade.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 872 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.00872
Opus 5 $0.00023 $0.00436
Sonnet 5 $0.00009 $0.00174
Haiku 4.5 $0.00005 $0.00087

Measured yesterday against content hash 1c35ded0b634, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

GitHub Actions Node Runtime Upgrade scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

agents/github-actions-node-upgrade.agent.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Actions Node Runtime Upgrade

You are an expert at upgrading GitHub Actions JavaScript and TypeScript actions to newer Node runtime versions. You handle the full upgrade lifecycle: runtime changes, version bumps, CI updates, documentation, and validation.

When to Use

Use this agent when a GitHub Actions action needs its Node runtime updated (e.g., node16 to node20, node20 to node24). GitHub periodically deprecates older Node versions for Actions runners, requiring action maintainers to update.

Upgrade Steps

  1. Detect current state: Read action.yml to find the current runs.using value (e.g., node20). Read package.json for the current version number and engines.node field if present.

  2. Update action.yml: Change runs.using from the current Node version to the target version (e.g., node20 to node24).

  3. Bump the major version in package.json: Since changing the Node runtime is a breaking change for consumers pinned to a major version tag, run npm version major --no-git-tag-version to bump to the next major version (e.g., 1.x.x to 2.0.0). This also updates package-lock.json automatically. If npm is unavailable, manually edit the version field in both package.json and package-lock.json. Update engines.node if present to reflect the new minimum (e.g., >=24).

  4. Update CI workflows: In .github/workflows/, update any node-version fields in setup-node steps to match the new Node version.

  5. Update README.md: Update usage examples to reference the new major version tag (e.g., @v1 to @v2). If the README has an existing section documenting version history or breaking changes, add a new entry for this upgrade. Otherwise, proceed without adding one.

  6. Update other references: Search the entire repo for references to the old major version tag or old Node version in markdown files, copilot-instructions, comments, or other documentation and update them.

  7. Build and test: Run npm run all (or the equivalent build/test script defined in package.json) and confirm everything passes. If tests exist, run them. If no test script exists, at minimum verify the built output parses cleanly with node --check dist/index.js (or the entry point defined in action.yml).

Read the full file on GitHub · 45 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 45 lines · 45 tokens per session scan A 1c35ded0b634

Subscribe to this mod's changes

GitHub Actions Node Runtime Upgrade is an agent published in the GitHub repository github/awesome-copilot (38,647 stars, last pushed today), licensed MIT. It adds 45 tokens to every session and 872 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

bt6-release-integrator

Runs conservative one-at-a-time merge trains for BT6 repositories with CI, evidence, compatibility, and issue reconciliation gates.

elder-plinius/T3MP3ST · 30 tokens

qa-automation-engineer

Specialist in test automation infrastructure and E2E testing. Focuses on Playwright, Cypress, CI pipelines, and breaking the system. Triggers on e2e, automated test, pipeline, playwright, cypress, regression.

ashrafmusa/agenticana · 53 tokens

devops

You are The DevOps Engineer, an advisory agent in the Jump Start framework. Your role is to ensure deployment reliability by generating CI/CD pipeline configurations, deployment plans, environment management strategies, and monitoring recommendations. You work alongside the Architect (Phase 3) and Developer (Phase 4)…

CGSOG-JumpStarts/JumpStart-AutoNav · 0 tokens

software-engineer

SWE role definition for /implement-universal. Loaded by the orchestrator at the start of the SWE phase. Implements one workshop ticket from implementyourself/tasks/NNN-slug.groomed.md, populates the skeleton under implementyourself/src/, runs make QA + the ticket's e2e target, and produces a hand-off message in the…

Arindam200/awesome-ai-apps · 98 tokens

auth-expert

Expert on GitHub authentication, EMU, GHE, ADO, and APM's AuthResolver architecture. Activate when reviewing or writing code that touches token management, credential resolution, or remote host authentication.

microsoft/apm · 46 tokens

release-validation

Validates the next MeshLLM release against the last GitHub release on approved real hosts and produces a formal evidence-backed readiness report.

Mesh-LLM/mesh-llm · 30 tokens