Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/check-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: graycoreio/github-actions-magento2/setup-magento@main
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
id: setup-magento
with:
php-version: ${{ matrix.php }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
env:
COMPOSER_AUTH: ${{ secrets.composer_auth }}

- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
with:
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: graycoreio/github-actions-magento2/setup-magento@main
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
id: setup-magento
with:
php-version: ${{ matrix.php }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
env:
COMPOSER_AUTH: ${{ secrets.composer_auth }}

- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
with:
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand All @@ -161,7 +161,7 @@ jobs:
COMPOSER_AUTH: ${{ secrets.composer_auth }}
COMPOSER_MIRROR_PATH_REPOS: 1

- uses: graycoreio/github-actions-magento2/setup-di-compile@main
- uses: graycoreio/github-actions-magento2/setup-di-compile@v8.0.0
with:
path: ${{ steps.setup-magento.outputs.path }}

Expand All @@ -179,11 +179,11 @@ jobs:
tools: composer:v${{ matrix.composer }}
coverage: none

- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
with:
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}

- uses: graycoreio/github-actions-magento2/coding-standard@main
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0
with:
path: ${{ inputs.path }}
composer_auth: ${{ secrets.composer_auth }}
Expand All @@ -197,7 +197,7 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: graycoreio/github-actions-magento2/setup-magento@main
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
id: setup-magento
with:
php-version: ${{ matrix.php }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
env:
COMPOSER_AUTH: ${{ secrets.composer_auth }}

- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
with:
composer_cache_key: ${{ inputs.composer_cache_key && format('{0} | {1}', inputs.composer_cache_key, matrix.magento) || matrix.magento }}
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand All @@ -239,7 +239,7 @@ jobs:
COMPOSER_AUTH: ${{ secrets.composer_auth }}
COMPOSER_MIRROR_PATH_REPOS: 1

- uses: graycoreio/github-actions-magento2/get-magento-version@main
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
id: magento-version
with:
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/check-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
name: ${{ inputs.store_artifact_name }}
path: ${{ inputs.path }}

- uses: graycoreio/github-actions-magento2/get-magento-version@main
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
id: get-magento-version
with:
working-directory: ${{ inputs.path }}

- uses: graycoreio/github-actions-magento2/supported-version@main
- uses: graycoreio/github-actions-magento2/supported-version@v8.0.0
id: supported-version
with:
kind: custom
Expand All @@ -73,7 +73,7 @@ jobs:
name: ${{ inputs.store_artifact_name }}
path: ${{ inputs.path }}

- uses: graycoreio/github-actions-magento2/setup-magento@main
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
id: setup-magento
with:
php-version: ${{ matrix.php }}
Expand All @@ -82,7 +82,7 @@ jobs:
working-directory: ${{ inputs.path }}
composer_auth: ${{ secrets.composer_auth }}

- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
with:
composer_cache_key: ${{ inputs.composer_cache_key }}
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
name: ${{ inputs.store_artifact_name }}
path: ${{ inputs.path }}

- uses: graycoreio/github-actions-magento2/setup-magento@main
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0
id: setup-magento
with:
php-version: ${{ matrix.php }}
Expand All @@ -144,7 +144,7 @@ jobs:
working-directory: ${{ inputs.path }}
composer_auth: ${{ secrets.composer_auth }}

- uses: graycoreio/github-actions-magento2/cache-magento@main
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0
with:
composer_cache_key: ${{ inputs.composer_cache_key }}
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand All @@ -169,7 +169,7 @@ jobs:
EOF
fi

- uses: graycoreio/github-actions-magento2/coding-standard@main
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0
with:
path: ${{ steps.setup-magento.outputs.path }}
composer_auth: ${{ secrets.composer_auth }}
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
COMPOSER_AUTH: ${{ secrets.composer_auth }}
name: Create Magento ${{ matrix.magento }} Project

- uses: graycoreio/github-actions-magento2/get-magento-version@main
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
id: magento-version
with:
working-directory: ${{ inputs.magento_directory }}
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"8.0.0-rc.2"}
{".":"8.0.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [8.0.0](https://github.com/graycoreio/github-actions-magento2/compare/v8.0.0-rc.2...v8.0.0) (2026-05-14)


### Miscellaneous Chores

* graduate 8.0.0-rc.2 to 8.0.0 ([#262](https://github.com/graycoreio/github-actions-magento2/issues/262)) ([e6bb7be](https://github.com/graycoreio/github-actions-magento2/commit/e6bb7be5248a1431f06c07986066ab154c9d8531))

## [8.0.0-rc.2](https://github.com/graycoreio/github-actions-magento2/compare/v8.0.0-rc.1...v8.0.0-rc.2) (2026-05-13)


Expand Down
8 changes: 4 additions & 4 deletions cache-magento/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ The `composer.lock` hash is derived from `working-directory/composer.lock` using
### Extension (download cache only)

```yml
- uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version
with:
composer_cache_key: ${{ inputs.composer_cache_key }}
```

### Extension or store (download + vendor stamp cache)

```yml
- uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0 # x-release-please-version
id: setup-magento
with:
mode: extension # or store
# ...

- uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version
with:
composer_cache_key: ${{ inputs.composer_cache_key }}
working-directory: ${{ steps.setup-magento.outputs.path }}
Expand All @@ -69,7 +69,7 @@ As such, use `stamp: true` when `composer.lock` is stable across most runs — a
> **Dependabot / Renovate:** Each time a Dependabot or Renovate PR is merged, the remaining open PRs rebase and each produces a new `composer.lock`. This cascades into a large number of unique cache entries, inflating storage costs without delivering proportional compute savings — because automated PRs are not waiting on fast feedback. The fix is to disable stamp caching for automated dependency PRs entirely:
>
> ```yml
> - uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
> - uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version
> with:
> stamp: ${{ github.actor != 'dependabot[bot]' }}
> ```
Expand Down
2 changes: 1 addition & 1 deletion cache-magento/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
exit 1
fi

- uses: graycoreio/github-actions-magento2/get-magento-version@main
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
id: cache-magento-get-magento-version
with:
working-directory: ${{ inputs.working-directory }}
Expand Down
2 changes: 1 addition & 1 deletion coding-standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tools: composer:v2
coverage: none

- uses: graycoreio/github-actions-magento2/coding-standard@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/coding-standard@v8.0.0 # x-release-please-version
with:
path: app/code # Optional, defaults to .
version: 25 # Optional, will use the latest if omitted.
Expand Down
4 changes: 2 additions & 2 deletions coding-standard/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ runs:
fi

- name: Get Composer Version
uses: graycoreio/github-actions-magento2/get-composer-version@main
uses: graycoreio/github-actions-magento2/get-composer-version@v8.0.0
id: get-composer-version
if: steps.check-installed.outputs.installed != 'true'

- name: Check if allow-plugins option is available for this version of composer
uses: graycoreio/github-actions-magento2/semver-compare@main
uses: graycoreio/github-actions-magento2/semver-compare@v8.0.0
id: is-allow-plugins-available
if: steps.check-installed.outputs.installed != 'true'
with:
Expand Down
4 changes: 2 additions & 2 deletions docs/workflows/check-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/supported-version@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.0.0 # x-release-please-version
id: supported-version
- run: echo ${{ steps.supported-version.outputs.matrix }}
check-extension:
needs: compute_matrix
uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@v7.0.0 # x-release-please-version
uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@v8.0.0 # x-release-please-version
with:
matrix: ${{ needs.compute_matrix.outputs.matrix }}
```
4 changes: 2 additions & 2 deletions docs/workflows/check-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:

jobs:
check-store:
uses: graycoreio/github-actions-magento2/.github/workflows/check-store.yaml@v7.0.0 # x-release-please-version
uses: graycoreio/github-actions-magento2/.github/workflows/check-store.yaml@v8.0.0 # x-release-please-version
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}
```
Expand All @@ -52,7 +52,7 @@ If your pipeline builds or prepares the store in a prior job and uploads it as a
```yml
jobs:
check-store:
uses: graycoreio/github-actions-magento2/.github/workflows/check-store.yaml@v7.0.0 # x-release-please-version
uses: graycoreio/github-actions-magento2/.github/workflows/check-store.yaml@v8.0.0 # x-release-please-version
secrets:
composer_auth: ${{ secrets.COMPOSER_AUTH }}
```
4 changes: 2 additions & 2 deletions docs/workflows/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/supported-version@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.0.0 # x-release-please-version
with:
include_services: true
id: supported-version
integration-workflow:
needs: compute_matrix
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@v7.0.0 # x-release-please-version
uses: graycoreio/github-actions-magento2/.github/workflows/integration.yaml@v8.0.0 # x-release-please-version
with:
package_name: my-vendor/package
matrix: ${{ needs.compute_matrix.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion fix-magento-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/fix-magento-install@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/fix-magento-install@v8.0.0 # x-release-please-version
with:
magento_directory: path/to/magento
```
2 changes: 1 addition & 1 deletion fix-magento-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: graycoreio/github-actions-magento2/get-magento-version@main
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0
id: init-magento-get-magento-version
with:
working-directory: ${{ inputs.magento_directory }}
Expand Down
2 changes: 1 addition & 1 deletion get-composer-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: A job to compute an installed Composer version.
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/get-composer-version@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/get-composer-version@v8.0.0 # x-release-please-version
id: get-composer-version
- run: echo version ${{ steps.get-composer-version.outputs.version }}
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion get-magento-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: A job to compute an installed Magento version.
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/get-magento-version@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0 # x-release-please-version
id: get-magento-version
- run: echo version ${{ steps.get-magento-version.outputs.version }}
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graycoreio/github-actions-magento2",
"version": "8.0.0-rc.2",
"version": "8.0.0",
"description": "Github Actions for Magento 2",
"scripts": {
"test": "cd supported-version && npm run test && cd - && cd setup-install && npm run test && cd -",
Expand Down
2 changes: 1 addition & 1 deletion sansec-ecomscan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: graycoreio/github-actions-magento2/sansec-ecomscan@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/sansec-ecomscan@v8.0.0 # x-release-please-version
with:
license: ${{ secrets.SANSEC_LICENSE_KEY }}
```
2 changes: 1 addition & 1 deletion semver-compare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: A job to semantically compare two versions
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/semver-compare@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/semver-compare@v8.0.0 # x-release-please-version
with:
version: 2.1.0
compare_against: 2.2.3
Expand Down
8 changes: 4 additions & 4 deletions setup-di-compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix: ${{ steps.supported-version.outputs.matrix }}
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/supported-version@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/supported-version@v8.0.0 # x-release-please-version
id: supported-version

compile:
Expand All @@ -40,19 +40,19 @@ jobs:
steps:
- uses: actions/checkout@v6

- uses: graycoreio/github-actions-magento2/setup-magento@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/setup-magento@v8.0.0 # x-release-please-version
id: setup-magento
with:
php-version: ${{ matrix.php }}
tools: composer:v${{ matrix.composer }}

- uses: graycoreio/github-actions-magento2/cache-magento@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/cache-magento@v8.0.0 # x-release-please-version

- run: composer install
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}

- uses: graycoreio/github-actions-magento2/setup-di-compile@v7.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/setup-di-compile@v8.0.0 # x-release-please-version
with:
path: ${{ steps.setup-magento.outputs.path }}
```
Loading