Skip to content

release 2.3.0 - upgrade to Node.js 24#468

Merged
hemarina merged 5 commits intoAzure:mainfrom
hemarina:release/2.3.0
Apr 17, 2026
Merged

release 2.3.0 - upgrade to Node.js 24#468
hemarina merged 5 commits intoAzure:mainfrom
hemarina:release/2.3.0

Conversation

@hemarina
Copy link
Copy Markdown
Contributor

Summary

Release v2.3.0. Upgrades the action runtime from Node.js 20 to Node.js 24 to address the upcoming GitHub Actions Node.js 20 deprecation (runners will force Node 24 on 2026-06-02; Node 20 will be removed 2026-09-16).

Changes

  • action.yml: using: 'node20'using: 'node24'.
  • .github/workflows/*.yml: bump actions/checkout@v5@v6, actions/upload-artifact@v5@v7, and set setup-node to Node 24.
  • CHANGELOG.md: added the 2.3.0 entry.
  • README.md: updated the embedded action.yml snippet to node24 (version samples keep the floating @v2 tag per convention — the v2 tag will be moved to this release on publish).
  • package.json / package-lock.json: 2.2.12.3.0.

Related issue

Relates to Azure/azure-dev#7742

Reference

Copy link
Copy Markdown
Member

@vhvb1989 vhvb1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

@hemarina hemarina merged commit 634ad92 into Azure:main Apr 17, 2026
6 checks passed
hemarina added a commit to hemarina/setup-azd that referenced this pull request Apr 17, 2026
* update jsyaml to 3.14.2

* update to nodejs 24

* release 2.3.0

* docs: add Copilot instructions, AGENTS.md, and github-action-release skill

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
hemarina added a commit that referenced this pull request Apr 17, 2026
* release 2.3.0 - upgrade to Node.js 24 (#468)

* update jsyaml to 3.14.2

* update to nodejs 24

* release 2.3.0

* docs: add Copilot instructions, AGENTS.md, and github-action-release skill

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* update to node 24

* update skills

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants