GitHub Actions Node Runtime Upgrade

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

A guide for upgrading the Node.js runtime used by a GitHub Actions JavaScript or TypeScript action. GitHub Actions are automated workflows that run tasks such as testing and releasing code.

In plain words
What is it for?
Use it to update the runtime in action.yml, bump the action's major version, update CI settings and dependencies, and validate the completed upgrade.
Why use it?
It organizes the breaking-change work required when an older runtime is retired, including versioning, workflow updates, documentation, and validation.

Agent

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/kimiski33/awesome-copilot/github-actions-node-upgrade
Clone the repo
git clone --depth 1 https://github.com/KIMISKI33/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/kimiski33/awesome-copilot/github-actions-node-upgrade.svg)](https://agentmods.dev/agents/kimiski33/awesome-copilot/github-actions-node-upgrade)
Your own site
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/github-actions-node-upgrade"><img src="https://agentmods.dev/badge/agents/kimiski33/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 100% copy Near-identical to another mod 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

This is a copy

100% identical to GitHub Actions Node Runtime Upgrade — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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 KIMISKI33/awesome-copilot (1 stars, last pushed 2mo ago), 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. It is 100% identical to GitHub Actions Node Runtime Upgrade, differing in 0 lines, and is treated as a copy.