also looking at this
chore(deps): update all non-major dependencies
#45[!NOTE] Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @types/bun (source) | ^1.2.21 -> ^1.2.23 | devDependencies | patch | ||||
| actions/cache | v4.2.4 -> v4.3.0 | action | minor | ||||
| buddy-bot | ^0.9.4 -> ^0.9.7 | devDependencies | patch | ||||
| shivammathur/setup-php | 2.35.4 -> 2.35.5 | action | patch | ||||
| typescript (source) | ^5.9.2 -> ^5.9.3 | devDependencies | patch |
Release Notes
actions/cache (actions/cache)
v4.3.0
What's Changed
- Add note on runner versions by @GhadimiR in #1642
- Prepare
v4.3.0release by @Link- in #1655
New Contributors
- @GhadimiR made their first contribution in #1642
Full Changelog: https://github.com/actions/cache/compare/v4...v4.3.0
shivammathur/setup-php (shivammathur/setup-php)
v2.35.5
Changelog
- Added support for macOS 26 based environments.
runs-on: macos-26
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2- Fixed resolving tools' releases to the latest one for a version prefix in tools input. (#1000)
For example, this should install the latest release of PHPUnit with
10.5as the prefix.
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: phpunit:10.5.x- Improved installing
intlextension with a particular ICU versions.
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
extensions: intl-77.1- Fixed tools setup to use the new
github-tokeninput value to avoid rate limits.
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
tools: phpcs: 4
github-token: ${{ secrets.GITHUB_TOKEN }}Improved errors when tools fail to install. (#991)
Fixed warning in get function on request failure.
Added a fallback source for composer phar archives. (#956)
Added a fallback source for PPA keys. (#996)
Fixed
opcache.jit_buffer_sizeconfig on arm environments. (#999)Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.
5 changed files on the files tab, with 0 review threads.