Skip to content

Commit 7005f5b

Browse files
committed
chore: release 2.0.0
1 parent 76da81b commit 7005f5b

4 files changed

Lines changed: 42 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.7.3"}
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/mage-os/github-actions/compare/v1.7.3...v2.0.0) (2026-05-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **setup-magento:** Previously, when using setup-magento in extension mode, the magento 2 repo root was ../magento2 (outside of the extension folder). Due to interactions with `cache-magento` we need to keep magento inside the GITHUB_WORKSPACE (the root repo). We now do this in the `_ghamagento` folder. If you rely on the `steps.setup-magento.outputs.path` nothing changes for you. But, if you hardcoded the path, it's likely broken.
11+
* **coding-standard:** simplify action architecture ([#342](https://github.com/mage-os/github-actions/issues/342))
12+
* **supported-version:** bump node runtime to v24 ([#323](https://github.com/mage-os/github-actions/issues/323))
13+
14+
### Features
15+
16+
* **coding-standard:** simplify action architecture ([#342](https://github.com/mage-os/github-actions/issues/342)) ([bc96953](https://github.com/mage-os/github-actions/commit/bc969536f15f610aba956bd5b42b5d858eb1ca72))
17+
* **integration:** compute services from matrix ([#354](https://github.com/mage-os/github-actions/issues/354)) ([7c8ffc3](https://github.com/mage-os/github-actions/commit/7c8ffc399d5063e3f6e68195b0a8092a2bb0a520))
18+
* **setup-install:** create new action ([#349](https://github.com/mage-os/github-actions/issues/349)) ([efc18f2](https://github.com/mage-os/github-actions/commit/efc18f226172ee2189696810a4eec5849f6c02e1))
19+
* **setup-magento:** add composer_auth support ([#357](https://github.com/mage-os/github-actions/issues/357)) ([ce7a25a](https://github.com/mage-os/github-actions/commit/ce7a25a762b111aa7586a3f9c5de99bb558510fe))
20+
* **setup-magento:** align with upstream defaults ([#355](https://github.com/mage-os/github-actions/issues/355)) ([6e58a15](https://github.com/mage-os/github-actions/commit/6e58a15b0e7e5c9143e450a53104b1f41b7701c7))
21+
* **setup-magento:** change extension working dir to _ghamagento ([#367](https://github.com/mage-os/github-actions/issues/367)) ([f9f4ef4](https://github.com/mage-os/github-actions/commit/f9f4ef4b0b38fd0044568d20670626395a1d0893))
22+
* **setup-magento:** mkdir app/etc to allow prevent composer plugin crashing ([#368](https://github.com/mage-os/github-actions/issues/368)) ([f54dcc5](https://github.com/mage-os/github-actions/commit/f54dcc597c4ad781a7bb4ad7f815e0f71b258d4b))
23+
* **supported-version:** add Mage-OS 3.0.0 (Magento 2.4.9) ([#376](https://github.com/mage-os/github-actions/issues/376)) ([79e4317](https://github.com/mage-os/github-actions/commit/79e43176e4ae2dece2a8f3bbbda6988a984e1f1c))
24+
* **supported-version:** add recent kind ([#321](https://github.com/mage-os/github-actions/issues/321)) ([e2494ac](https://github.com/mage-os/github-actions/commit/e2494acd7923a39387a0f390caf71e9d8865a2e7))
25+
* **supported-version:** add services configuration ([#353](https://github.com/mage-os/github-actions/issues/353)) ([bf803e8](https://github.com/mage-os/github-actions/commit/bf803e8f7f06b3cddbd33893f4b5f94613f3e097))
26+
* **supported-version:** bump node runtime to v24 ([#323](https://github.com/mage-os/github-actions/issues/323)) ([2189663](https://github.com/mage-os/github-actions/commit/2189663060a881cb7369de054ab9e2d41e2bf377))
27+
* **supported-version:** revise v2.4.6-p14 eol for adjustments from adobe ([#325](https://github.com/mage-os/github-actions/issues/325)) ([378ec1b](https://github.com/mage-os/github-actions/commit/378ec1b16af3658a0581bb9521002d5142e51ac4))
28+
29+
30+
### Bug Fixes
31+
32+
* **cache-magento:** address `set-output` deprecation ([#231](https://github.com/mage-os/github-actions/issues/231)) ([#326](https://github.com/mage-os/github-actions/issues/326)) ([2edb83e](https://github.com/mage-os/github-actions/commit/2edb83ea12a621ed98d44f8685431001060c6b6d))
33+
* **nx:** exclude abstract test base classes from phpunit.xml.dist at setup time ([#381](https://github.com/mage-os/github-actions/issues/381)) ([76da81b](https://github.com/mage-os/github-actions/commit/76da81b0575e1ecb0f7cfe9efd96137a5ba440f7))
34+
* **supported-version:** bump pinned Composer versions for GHSA-f9f8-rm49-7jv2 ([#362](https://github.com/mage-os/github-actions/issues/362)) ([603ebb6](https://github.com/mage-os/github-actions/commit/603ebb6a6d4731199dd1000aa890f5371c9cab2a))
35+
* **supported-version:** filter uninstallable versions from usable kind ([#319](https://github.com/mage-os/github-actions/issues/319)) ([0590231](https://github.com/mage-os/github-actions/commit/0590231b6df72fcb90092721c14d45f9a073b5fd))
36+
* **supported-version:** override mysql to mysql:8.4 for Mage-OS 3.0.0 ([#377](https://github.com/mage-os/github-actions/issues/377)) ([679f125](https://github.com/mage-os/github-actions/commit/679f1259748199894b5ac306ae9635d161b96687))
37+
* **workflows:** also exclude *AbstractTest.php suffix from Mage-OS suite ([#374](https://github.com/mage-os/github-actions/issues/374)) ([bded228](https://github.com/mage-os/github-actions/commit/bded22865864a847b7588566660104343eaf2eb7))
38+
* **workflows:** also filter abstract test base classes out of matrix shards ([#375](https://github.com/mage-os/github-actions/issues/375)) ([3fd484a](https://github.com/mage-os/github-actions/commit/3fd484ad5df353728af1111b1d75639a136bae29))
39+
* **workflows:** emit <file> for .php entries in Mage-OS testsuite ([#372](https://github.com/mage-os/github-actions/issues/372)) ([6cacbc6](https://github.com/mage-os/github-actions/commit/6cacbc6aad786012af6a7753e22fc7b9a637a839))
40+
* **workflows:** exclude abstract test base classes from Mage-OS suite ([#373](https://github.com/mage-os/github-actions/issues/373)) ([eeb9ac2](https://github.com/mage-os/github-actions/commit/eeb9ac2cabf88c2b3afdeffb381decdf6b02462e))
41+
* **workflows:** run the Mage-OS Suite testsuite, not a removed one ([#371](https://github.com/mage-os/github-actions/issues/371)) ([8118ba2](https://github.com/mage-os/github-actions/commit/8118ba2c42cd4f86d608f8acc70966a2c593bb83))
42+
543
## [1.7.3](https://github.com/mage-os/github-actions/compare/v1.7.2...v1.7.3) (2025-12-30)
644

745

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mage-os/github-actions",
3-
"version": "1.7.3",
3+
"version": "2.0.0",
44
"description": "Github Actions for Magento 2",
55
"scripts": {
66
"test": "cd supported-version && npm run test && cd - && cd setup-install && npm run test && cd -",

0 commit comments

Comments
 (0)