Skip to content

Support Node.js 24 runtime for GitHub Actions #209

Description

@ds92ko

Hi, thanks for maintaining this project.

When using anc95/ChatGPT-CodeReview@main on GitHub Actions, the workflow succeeds, but GitHub prints the following warning:

Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

I checked the current action.yml, and it appears to still target Node.js 20:

runs:
  using: 'node20'
  main: 'action/index.cjs'

Could you please consider updating this action to officially support the Node.js 24 runtime?

This would help remove the deprecation warning and improve compatibility with future GitHub Actions runner updates.

Environment

  • GitHub Actions Runner: 2.335.1
  • Action: anc95/ChatGPT-CodeReview@main

Thank you for your time and for maintaining this project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions