philips-software / philips-software/pull-request-report-action

Upgrade Actions to Node.js 24

Open Beginner friendly
#714 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Summary: Our GitHub Actions workflows are using deprecated Node.js 20, which will be removed from runners on September 16th, 2026.

Why We Need to Upgrade
Deprecation Timeline
Current State: Actions running on Node.js 20 (deprecated)
June 2nd, 2026: Node.js 24 becomes the default runtime
September 16th, 2026: Node.js 20 will be removed entirely from GitHub Actions runners
Impact if Not Upgraded
❌ Workflow failures starting June 2nd, 2026 (if actions don't support Node.js 24)
❌ Complete breakage after September 16th, 2026 (Node.js 20 removed)
❌ Security vulnerabilities from running unsupported Node.js versions
❌ Maintenance burden from using outdated dependencies
Benefits of Upgrading
✅ Future-proof workflows against runner changes
✅ Security improvements from latest Node.js LTS
✅ Performance gains from Node.js 24 optimizations
✅ Continued support from action maintainers

Required Action: Update to latest version supporting Node.js 24.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the repository's GitHub Actions workflow files and identify actions still running on the deprecated Node.js 20 runtime. Update them to versions supporting Node.js 24, then verify the workflows remain valid and are configured to avoid the stated deprecation dates.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, node.js, typescript
Domain
ci-cd, devops
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.