con un clic
node24-action-upgrades
// Upgrade checked-in GitHub Actions references off deprecated Node 20 runtimes with the smallest safe major bumps.
// Upgrade checked-in GitHub Actions references off deprecated Node 20 runtimes with the smallest safe major bumps.
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges, Charts, VBA, Data Models, screenshots, and formatting. Triggers: excelcli, Excel CLI, command line, batch, script, automation, CI/CD, scheduled, PowerShell, unattended, coding agent, workbook processing.
Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode. Triggers: Excel, spreadsheet, workbook, xlsx, xlsm, Power Query, DAX, PivotTable, chart, dashboard, VBA, MCP.
{what this skill teaches agents}
{what this skill teaches agents}
Catch packaging-script regressions by asserting the real script exit path and current overlay surface.
Use a validated tooling downgrade when Dependabot flags an unpatchable transitive vulnerability in build-only dependencies.
| name | node24-action-upgrades |
| description | Upgrade checked-in GitHub Actions references off deprecated Node 20 runtimes with the smallest safe major bumps. |
| domain | github-actions |
| confidence | high |
| source | earned |
Use 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.