Releases: graycoreio/github-actions-magento2
Releases · graycoreio/github-actions-magento2
v8.4.0
v8.3.0
Immutable
release. Only release title and notes can be modified.
8.3.0 (2026-05-25)
Features
- check-store: use the project when computing underlying version requirements (fa8e597)
- get-magento-version: add support for MageOS minimal distro (863444a)
- get-magento-version: emit supported-version project name as an output (1ea5a10)
- supported-version: add support for MageOS 3 (1e63c01)
- supported-version: add support for MageOS Minimal edition (befe080)
v8.2.0
Immutable
release. Only release title and notes can be modified.
v8.1.0
Immutable
release. Only release title and notes can be modified.
8.1.0 (2026-05-17)
Features
- check-store: add smoke-test action and use resolve-check-config (#255) (e39dd46)
- configure-service-nginx: add ability to adjust nginx conf after init (#255) (0c7d14d)
- resolve-check-config: add ability to use a config file to adjust jobs (#255) (b98313e)
- setup-install: add a container_id input to run setup:install against a specific container (#255) (6d4ca8d)
- smoke-test: add simple smoke test action (#255) (b790da1)
- supported-version: add service_preferences and support for php-fpm and nginx (#255) (e89f6ad)
Bug Fixes
v8.0.0
v8.0.0-rc.2
Immutable
release. Only release title and notes can be modified.
8.0.0-rc.2 (2026-05-13)
⚠ BREAKING CHANGES
- supported-versions: forcibly bump all packages to the latest relevant release line of composer for LogLeak
- supported-versions: This release brings support for the v2.4.9 version of Magento. This also brings backwards-incompatible infrastructure changes for the patch versions of Magento. See #258 for more information.
Features
- check-extension: pass along COMPOSER_AUTH where needed (#258) (c5221f0)
- supported-versions: forcibly bump all packages to the latest relevant release line of composer for LogLeak (d1a31d2)
- supported-versions: updates for 2.4.9, 2.4.8-p5, 2.4.7-p19, 2.4.6-p15 (#258) (d37f001)
Bug Fixes
v8.0.0-rc.1
Immutable
release. Only release title and notes can be modified.
8.0.0-rc.1 (2026-05-10)
Features
- setup-magento: prevent Magento dir from being mirrored into vendor (22627e1)
Bug Fixes
v8.0.0-rc.0
Immutable
release. Only release title and notes can be modified.
8.0.0-rc.0 (2026-05-10)
⚠ BREAKING CHANGES
- 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-magentowe need to keep magento inside the GITHUB_WORKSPACE (the root repo). We now do this in the_ghamagentofolder. If you rely on thesteps.setup-magento.outputs.pathnothing changes for you. But, if you hardcoded the path, it's likely broken.
Features
- cache-magento: add stamp caching for vendor/ directory (#245) (8d00f81)
- cache-magento: include runner.os in the cache key (#245) (2d7238d)
- check-extension: enable stamp caching (#248) (baef64b)
- check-extension: use setup-di-compile action in compile-extension job (#240) (6a520d4)
- check-store: enable stamp caching (#247) (59f87b6)
- check-store: introduce new check-store workflow (#241) (d311df7)
- get-magento-version: pull version from lockfile if it exists (#242) (87989bb)
- sansec-ecomscan: add sansec ecomscan feature (#235) (3c0a90f)
- sansec-ecomscan: skip server checks by default (#238) (bbd8307)
- setup-di-compile: restore setup-di-compile as a lean action (#239) (212f9a8)
- setup-install: add new setup-install action (#237) (e31f6f6)
- setup-magento: extension working dir changed to _ghamagento folder (#246) (a729f8b)
- setup-magento: mkdir app/etc in extension mode (#246) (c53607c)
- supported-version: dynamically append "version" to matrix (a7e327d)
Bug Fixes
v7.0.0
v7.0.0-rc.0
7.0.0-rc.0 (2026-04-28)
⚠ BREAKING CHANGES
- coding-standard: Much of the "setup" that's built-into the command is removed in favor of a leaner action. This also includes the "on PR, only diff PR contents" behavior. This can be restored, but it shouldn't be the default and should be done as an input.
- coding-standard-baseline: remove coding-standard-baseline action (#223)
- install-test: You should rely on Check Extension instead.
- unit-test: remove unit-test action (#221)
- supported-version:
include_servicesnow defaults totrue. Callers that strictly validate the matrix schema and do not expect aserviceskey must explicitly passinclude_services: false.
Features
- coding-standard-baseline: remove coding-standard-baseline action (#223) (953de84)
- coding-standard: add missing composer_auth to require of magento-coding-standard (3fad3a8)
- coding-standard: remove pr-diff feature and built-in php setup (#224) (d5c744e)
- coding-standard: skip composer install if the coding is already installed (e1a8a81)
- install-test: remove install test (#222) (de415ea)
- unit-test: remove unit-test action (#221) (98923b2)
Bug Fixes
- check-extension: mirror path repos to prevent symlink errors with template files (#218) (d80befb), closes #217
- check-extension: probe vendor dir for MageOS/Magento standards when running phpcs (#216) (7799f0f), closes #213
- supported-version: default include_services to true (#215) (b510ea2), closes #214
Miscellaneous Chores
- release 7.0.0-rc.0 (4001e81)