diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index 3ead63d6..b5551602 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2024-05-16 (2.0.0) +### Breaking Changes 🚨 +* Upgrade the fundamental of the `github-actions` package and its `get-release-notes`, `prepare-node`, and `update-version-tags` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/112) +* Upgrade the `automerge-released-trunk`, `coverage-report`, and `prepare-php` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/114) +* Upgrade the `phpcs-diff` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/116) +* Upgrade the `eslint-annotation` and `stylelint-annotation` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/117) +* Upgrade the `get-plugin-releases` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/119) +* Upgrade the `run-qit-extension` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/120) +* Upgrade the `merge-trunk-develop-pr`, `prepare-extension-release`, and `publish-extension-dev-build` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/121) +* Upgrade the `branch-label` action to use Node.js v20. (https://github.com/woocommerce/grow/pull/122) +### Documentation 📚 +* Update the version in docs of the `hook-documentation`, `prepare-mysql`, and `run-qit-annotate` actions to v2. (https://github.com/woocommerce/grow/pull/115) +* Update the README for the `github-actions` package to be based on Node.js v20. (https://github.com/woocommerce/grow/pull/123) + ## 2024-05-16 (1.11.4) ### Bug Fixes 🐛 * Avoid running malicious inputs as shell commands in Custom GitHub actions and relate workflows. (https://github.com/woocommerce/grow/pull/131) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 9c5a7a24..79493333 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": "1.11.4", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woocommerce-grow-github-actions", - "version": "1.11.4", + "version": "2.0.0", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.10.1", diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index c2e2de52..2df90206 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.11.4", + "version": "2.0.0", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {