Skip to content

GH Actions: Bump the action-runners group across 1 directory with 6 updates#2038

Merged
jrfnl merged 1 commit into
developfrom
dependabot/github_actions/action-runners-f58edde538
Jun 21, 2026
Merged

GH Actions: Bump the action-runners group across 1 directory with 6 updates#2038
jrfnl merged 1 commit into
developfrom
dependabot/github_actions/action-runners-f58edde538

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the action-runners group with 6 updates in the / directory:

Package From To
shivammathur/setup-php 2.37.0 2.37.2
korelstar/xmllint-problem-matcher 1.2.0 1.3.0
PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml 1.1.3 1.2.0
PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml 1.1.3 1.2.0
PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml 1.1.3 1.2.0
eps1lon/actions-label-merge-conflict 3.0.3 3.1.0

Updates shivammathur/setup-php from 2.37.0 to 2.37.2

Release notes

Sourced from shivammathur/setup-php's releases.

2.37.2

Changelog

  • Fixed macOS setup by marking shivammathur/php and shivammathur/extensions as trusted taps.

  • Switched to Visual Studio 18 (vs18) builds for PHP 8.6 on Windows.

  • Improved looking up environment variables.

  • Tightened security in internal GitHub action workflows.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

2.37.1

Changelog

Security Updates

[!NOTE] This can affect workflows that pass values from users or pull requests to setup-php, for example from comments, dispatch inputs, PR titles/branches, generated matrices, or files such as .php-version and composer.json. Be especially careful with pull_request_target workflows that use any value from the pull request. Workflows that only use fixed trusted values are not expected to be affected, but updating to 2.37.1 is recommended.

[!NOTE]
This only affects workflows where the composer version is pinned like composer:2.9.7, workflows that do not pin the version or use composer:v2 are not affected as those get automatic updates. In case you pin the version, it is highly recommended to upgrade and have automation to do such timely upgrades in your workflows.

Fixes and Improvements

  • Fixed support for phalcon on Windows.

  • Fixed restoring tools when using cached using previous runs.

  • Improved enabling gearman extension on Linux.

  • Fixed fallback when installing PhpManager and VcRedist modules on Windows.

  • Fixed parsing extension inputs with backslash line continuation.

  • Improved workflow examples

    • Added workflow examples for Drupal 11 composer-managed projects and WordPress plugins.

... (truncated)

Commits

Updates korelstar/xmllint-problem-matcher from 1.2.0 to 1.3.0

Release notes

Sourced from korelstar/xmllint-problem-matcher's releases.

v1.3.0

  • update from node20 to node24
Commits

Updates PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml from 1.1.3 to 1.2.0

Release notes

Sourced from PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml's releases.

v1.2.0 - 2026-06-20

Changed

Commits
  • 8ab4abd GH Actions: Bump the action-runners group across 1 directory with 4 updates
  • 3d3e6ae Reusable remark workflow: bump Node from 20 to 24
  • See full diff in compare view

Updates PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml from 1.1.3 to 1.2.0

Release notes

Sourced from PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml's releases.

v1.2.0 - 2026-06-20

Changed

Commits
  • 8ab4abd GH Actions: Bump the action-runners group across 1 directory with 4 updates
  • 3d3e6ae Reusable remark workflow: bump Node from 20 to 24
  • See full diff in compare view

Updates PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml from 1.1.3 to 1.2.0

Release notes

Sourced from PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml's releases.

v1.2.0 - 2026-06-20

Changed

Commits
  • 8ab4abd GH Actions: Bump the action-runners group across 1 directory with 4 updates
  • 3d3e6ae Reusable remark workflow: bump Node from 20 to 24
  • See full diff in compare view

Updates eps1lon/actions-label-merge-conflict from 3.0.3 to 3.1.0

Release notes

Sourced from eps1lon/actions-label-merge-conflict's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: eps1lon/actions-label-merge-conflict@v3.0.3...v3.1.0

Changelog

Sourced from eps1lon/actions-label-merge-conflict's changelog.

Changelog

3.1.0

  • Update Node.js to 24 (#152)

3.0.3

  • Ensure outputs is populated (#136)

3.0.2

  • Handle error when label is not available (part 2) (#126)

3.0.1

  • Handle error when label is not available (#123)

3.0.0

  • Update to node20 (#115)

2.1.0

2.0.1

2.0.0

  • Only update PRs based off of the branch in the push event Previously we checked every open PR. Since a push to a branch can only create merge conflicts with that branch we can limit the set of checked PRs. This should help repositories with lots of PRs targetting different branches with rate limiting.
  • Only leave comments if the dirtyLabel was added or removed

1.4.0

  • Allow warning only if secrets aren't available (#22 by @​baywet)
  • Remove requirement for removeOnDirtyLabel (#21 by @​baywet)

1.3.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the action-runners group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.37.0` | `2.37.2` |
| [korelstar/xmllint-problem-matcher](https://github.com/korelstar/xmllint-problem-matcher) | `1.2.0` | `1.3.0` |
| [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` |
| [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` |
| [PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml](https://github.com/phpcsstandards/.github) | `1.1.3` | `1.2.0` |
| [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) | `3.0.3` | `3.1.0` |



Updates `shivammathur/setup-php` from 2.37.0 to 2.37.2
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@accd612...f3e473d)

Updates `korelstar/xmllint-problem-matcher` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/korelstar/xmllint-problem-matcher/releases)
- [Commits](korelstar/xmllint-problem-matcher@1bd292d...dd2ad21)

Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/phpcsstandards/.github/releases)
- [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd)

Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/phpcsstandards/.github/releases)
- [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd)

Updates `PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/phpcsstandards/.github/releases)
- [Commits](PHPCSStandards/.github@4ed5b7d...8ab4abd)

Updates `eps1lon/actions-label-merge-conflict` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
- [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
- [Commits](eps1lon/actions-label-merge-conflict@1df065e...0273be7)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-version: 2.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-runners
- dependency-name: korelstar/xmllint-problem-matcher
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-runners
- dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-runners
- dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-runners
- dependency-name: PHPCSStandards/.github/.github/workflows/reusable-findtokenprops.yml
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-runners
- dependency-name: eps1lon/actions-label-merge-conflict
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-runners
...

Signed-off-by: dependabot[bot] <support@github.com>
@jrfnl jrfnl added this to the 10.0.0-alpha3 milestone Jun 21, 2026
@jrfnl jrfnl merged commit d9a91bd into develop Jun 21, 2026
47 checks passed
@jrfnl jrfnl deleted the dependabot/github_actions/action-runners-f58edde538 branch June 21, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant