diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index 0045c2e3..a7d7e648 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2026-06-12 (3.0.0) +### Breaking Changes 🚨 +* Upgrade the `github-actions` package and its actions to Node.js v24. (https://github.com/woocommerce/grow/pull/238) +* Remove the unused QIT actions and workflow. (https://github.com/woocommerce/grow/pull/239) +### Updated ✨ +* Upgrade `github-actions` package development environment to Node.js v24. (https://github.com/woocommerce/grow/pull/237) + ## 2026-06-11 (2.3.3) ### Bug Fixes 🐛 * Improve release build error handling and auto-merge the release PR. (https://github.com/woocommerce/grow/pull/230) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 99274d15..5bad68b5 100644 --- a/packages/github-actions/package-lock.json +++ b/packages/github-actions/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-grow-github-actions", - "version": "2.3.3", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woocommerce-grow-github-actions", - "version": "2.3.3", + "version": "3.0.0", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^3.0.0", diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 29ef746d..a9900928 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "2.3.3", + "version": "3.0.0", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {