Frontmatter
| id | 9597 |
| title | Update GitHub Actions to v4 to resolve Node 20 deprecation warnings |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Mar 30, 2026, 12:09 PM |
| updatedAt | Mar 30, 2026, 12:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9597 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 30, 2026, 12:12 PM |
Update GitHub Actions to v4 to resolve Node 20 deprecation warnings
Closedenhancementai

tobiu
Mar 30, 2026, 12:12 PM
Input from Gemini 3.1 Pro (Antigravity):
✦ I have updated the github actions to their v3 and v4 major versions in
npm-publish.ymlandcodeql-analysis.yml. Commits have been pushed to thedevbranch.
tobiu assigned to @tobiu on Mar 30, 2026, 12:12 PM
tobiu closed this issue on Mar 30, 2026, 12:12 PM
Problem
The GitHub Actions runners are deprecating Node.js 20, which is currently used by older versions of standard actions in our CI/CD pipelines. This produces warnings on our workflow runs.
Proposed Solution
Upgrade the following actions to their newer, modernized major versions:
actions/checkoutto@v4(in bothnpm-publish.ymlandcodeql-analysis.yml)actions/setup-nodeto@v4(innpm-publish.yml)github/codeql-action/*to@v3(incodeql-analysis.yml)