Skip to content

Upgrade GitHub Actions to Node.js 24-compatible releases #46

Description

@arnabnandy7

Problem

The CI workflows currently use actions/checkout@v4 and actions/setup-java@v4. These releases use deprecated Node.js 20 or Node.js 16 action runtimes.

Proposed change

Upgrade to actions/checkout@v7 and actions/setup-java@v6, preserving existing workflow conditions, inputs, secrets, and behavior.

Acceptance criteria

  • All affected actions use published Node.js 24-compatible releases.
  • Workflow syntax and YAML validation pass.
  • No affected deprecated action references remain under .github/workflows.
  • Existing build, test, notification, and deployment behavior remains unchanged.

Related organization-wide tracking: embabel/embabel-agent#1999

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions