Skip to content

Conversation

@alma-renovate-bot
Copy link
Contributor

@alma-renovate-bot alma-renovate-bot bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v5.0.0 -> v5.0.1
actions/create-github-app-token action minor v2.1.4 -> v2.2.1
codex-/return-dispatch action minor v2.1.0 -> v2.2.0
docker/bake-action action minor v6.9.0 -> v6.10.0
int128/hide-comment-action action minor v1.46.0 -> v1.48.0
peter-evans/create-pull-request action patch v7.0.8 -> v7.0.11
shivammathur/setup-php action minor 2.35.5 -> 2.36.0

Release Notes

actions/checkout (actions/checkout)

v5.0.1

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v2.2.1

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group with 2 updates (#​311) (b212e6a)

v2.2.0

Compare Source

Bug Fixes
Features
codex-/return-dispatch (codex-/return-dispatch)

v2.2.0

Compare Source

   ⚙️ Maintenance Release
  • Pin all dependencies in an effort to mitigate supply chain attacks.
    View changes on GitHub
docker/bake-action (docker/bake-action)

v6.10.0

Compare Source

Full Changelog: docker/bake-action@v6.9.0...v6.10.0

int128/hide-comment-action (int128/hide-comment-action)

v1.48.0

Compare Source

What's Changed

Full Changelog: int128/hide-comment-action@v1.47.0...v1.48.0

v1.47.0

Compare Source

What's Changed

Full Changelog: int128/hide-comment-action@v1.46.0...v1.47.0

peter-evans/create-pull-request (peter-evans/create-pull-request)

v7.0.11: Create Pull Request v7.0.11

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.10...v7.0.11

v7.0.10: Create Pull Request v7.0.10

Compare Source

⚙️ Fixes an issue where updating a pull request failed when targeting a forked repository with the same owner as its parent.

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.9...v7.0.10

v7.0.9: Create Pull Request v7.0.9

Compare Source

⚙️ Fixes an incompatibility with the recently released actions/checkout@v6.

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.8...v7.0.9

shivammathur/setup-php (shivammathur/setup-php)

v2.36.0

Compare Source

Changelog

  • Added support for PHP 8.5 stable release.
- name: Setup PHP 8.5 (stable)
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
  • Added support for PHP 8.6.0-dev. Specifying 8.6 in the php-version input should now set up a nightly build from the master branch of php-src. (#​1002)
- name: Setup PHP 8.6.0-dev
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.6'
  • Added support for pdo_ibm and ibm_db2 extensions.
- name: Setup PHP with pdo_ibm and ibm_db2 extensions
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: pdo_ibm, ibm_db2
  • Added support to install blackfire extension on PHP 8.5.
- name: Setup PHP with blackfire extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: blackfire
  • Improved support to detect the required libraries when building from source for common extensions. For example installing gnupg from source would install the required libgpgme library automatically. (#​1021)
- name: Setup PHP with amqp extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    extensions: gnupg-1.5.4
  • Improved support for symfony-cli. It should now correctly set up the requested version. (#​1008)
- name: Setup PHP with symfony-cli
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.5'
    tools: symfony-cli:5.16.0
  • Improved support for relay extension. Also added support to install the nightly version of the extension. (#​1011, #​1012)

  • Improved installing PHP on macOS. Also fixed installing PHP on macos-15-intel GitHub runner. (#​1029)

  • Improved support for deb822 format sources files on Linux. It should now set up the sources files in deb822 format on Ubuntu 24.04, Debian 13, and newer. It would automatically switch the format as well for the repositories added by the action to the new format when supported. (#​1027)

  • Improved support for installing pdo_oci. (#​1028)

  • Fixed installing gearman extension for PHP 5.6 and 7.0 on Linux.

  • Fixed an edge case in tools setup to fall back to the latest version. (#​1024)

  • Fixed support to build extensions with uppercase names from PECL. (#​1017)

  • Fixed warning on redis setup on macOS after formula rename. (shivammathur/homebrew-extensions#5413)

  • Fixed fallback link for composer setup. (#​1025)

  • Updated the link for flex documentation in README. (#​1020)

  • Updated Node.js dependencies.

Thanks @​shyim, @​tillkruss, and @​nicolas-grekas for the contributions 🎉

Thanks @​JetBrainsOfficial and @​cachewerk for the sponsorship ❤️

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

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 08:59 AM, on day 1 of the month ( * 0-8 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@alma-renovate-bot alma-renovate-bot bot requested a review from a team as a code owner December 1, 2025 00:36
@alma-renovate-bot alma-renovate-bot bot requested a review from a team December 1, 2025 00:36
@github-actions

This comment has been minimized.

@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/github-actions branch from 84f87e2 to 9ab835f Compare December 2, 2025 12:35
@github-actions

This comment has been minimized.

@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/github-actions branch from 9ab835f to 7e35de3 Compare December 8, 2025 16:35
@github-actions

This comment has been minimized.

@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/github-actions branch from 7e35de3 to f07b889 Compare December 8, 2025 20:31
@github-actions

This comment has been minimized.

@alma-renovate-bot alma-renovate-bot bot force-pushed the renovate/github-actions branch from f07b889 to a0d7b3e Compare December 9, 2025 00:31
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

⏳E2E tests are currently running.
➡️ You can follow their progression here.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 9, 2025

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