Skip to content

Update GitHub Actions non-major dependencies - #1125

Open
renovate[bot] wants to merge 1 commit into
8.xfrom
renovate/github-actions-non-major
Open

Update GitHub Actions non-major dependencies#1125
renovate[bot] wants to merge 1 commit into
8.xfrom
renovate/github-actions-non-major

Conversation

@renovate

@renovate renovate Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
actions/setup-java action minor v5.6.0v5.7.0
lycheeverse/lychee-action action minor v2v2.9.0
shivammathur/cache-extensions action minor v11.14.6 1.15.0
shivammathur/setup-php action minor v22.37.2
zizmorcore/zizmor-action action patch v0.6.1v0.6.2

Release Notes

actions/setup-java (actions/setup-java)

v5.7.0

Compare Source

lycheeverse/lychee-action (lycheeverse/lychee-action)

v2.9.0

Compare Source

Summary

This release updates the default lychee version from v0.23.0 to v0.24.2.

The main reason for this release is compatibility with the new lychee 0.24.x release artifacts. Starting with lychee v0.24.0, the archive layout changed, and the lychee binary may now be packaged inside a subdirectory. lychee-action now detects that layout automatically, so users can upgrade without changing their workflows.

If you use:

uses: lycheeverse/lychee-action@v2

you will get the new version once the floating v2 tag has been updated. If you pin exact versions, update to:

uses: lycheeverse/lychee-action@v2.9.0

What’s new from lychee v0.24.x

Better diagnostics

lychee now reports line and column numbers for detected links. This makes broken link reports easier to act on, especially in larger documentation sites or generated reports.

Text fragment checking

lychee can now check URL text fragments, such as links containing #:~:text=.... This helps catch links that point to a valid page but no longer points to the intended highlighted text.

Sitemap support

lychee can now read sitemap.xml inputs. This is useful for checking published websites or generated documentation sites where the sitemap is the easiest source of URLs to validate.

JUnit output

lychee now supports JUnit output. This makes it easier to integrate link checking results with CI systems and test reporting tools that understand JUnit XML.

Redirect and remap visibility

lychee can now show redirects and remaps more clearly. This helps explain why a URL was checked as a different final URL and makes debugging link-checking behavior easier.

Multiple config files

lychee now supports multiple configuration files and expanded config handling. This is useful for repositories that split documentation, website, or package-specific link-checking settings.

Timeout handling

lychee can now accept timeouts explicitly. This gives users more control over how strict their link checks should be for flaky or slow endpoints.

Fixes and reliability improvements

Fixed lychee 0.24.x archive compatibility

lychee-action now handles the new lychee release archive layout by detecting whether the lychee binary is inside a subdirectory.

This fixes compatibility with lychee 0.24.x.

More stable installation path

The action now installs lychee into $RUNNER_TEMP/lychee/bin instead of $HOME.

This avoids failures on runners where $HOME differs between composite action steps. In those environments, the action could add one directory to PATH but install the binary somewhere else, causing lychee: command not found.

Safer automatic lychee version updates

The workflow that checks for new lychee releases now guards against null release versions before creating update PRs. This prevents invalid automated PRs such as “Update lycheeVersion to null”.

Dependency updates
  • Updated actions/checkout from v6 to v7
  • Updated actions/cache from v5 to v6

Upstream lychee changelog

For the full lychee changelog, see:

What’s Changed

Full Changelog: lycheeverse/lychee-action@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2.7.0...v2.8.0

v2.7.0: Version 2.7.0

Compare Source

Breaking changes

If you're using --base, you must now provide either a URL (with scheme) or an absolute local path. See lychee --help for more information. If you want to resolve root-relative links in local files, also see --root-dir.

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.7.0

v2.6.1: Version 2.6.1

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.6.1

v2.6.0: Version 2.6.0

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.6.0

v2.5.0: Version 2.5.0

Compare Source

Summary

Most notably with this release the deprecated --exclude-mail flag was removed and the behavior of the --accept flag was updated. Previously, status codes such as 200 OK were always accepted. Now they are only accepted by default. This means providing the argument --accept 201 now rejects status code 200 OK.

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.5.0

v2.4.1: Version 2.4.1

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v2...v2.4.1

v2.4.0: Version 2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.4.0

v2.3.0: Version 2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.3.0

v2.2.0: Version 2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.2.0

v2.1.0: Version 2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.1.0

v2.0.2: Version 2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.0.2

v2.0.1: Version 2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.0.1

shivammathur/cache-extensions (shivammathur/cache-extensions)

v1.14.6

Compare Source

What's Changed

  • Bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn group across 1 directory by @​dependabot[bot] in #​69

Full Changelog: shivammathur/cache-extensions@1.14.5...1.14.6

v1.14.5

Compare Source

  • Added fallback mirror for ppa:ondrej/php.
  • Updated Node.js dependencies.

Full Changelog: shivammathur/cache-extensions@1.14.4...1.14.5

v1.14.4

Compare Source

What's Changed

Full Changelog: shivammathur/cache-extensions@1.14.3...1.14.4

v1.14.3

Compare Source

  • Declare action outputs for act compatibility.
  • Fix Gitea entrypoint detection for ESM action.

v1.14.2

Compare Source

  • Migrated the action codebase to ESM.
  • Refactored cache/dependency handling internals for clearer control flow and error handling.
  • Expanded automated test coverage for cache logic and utility helpers.
  • Added a new end-to-end workflow that tests the action.
  • Updated GitHub Actions workflow versions across testing, release, and CodeQL jobs.
  • Migrated npm publishing to trusted publishing and refreshed release/test tooling.

v1.14.1

Compare Source

What's Changed

  • Switched to Node 24.
  • Fix Git release workflow to do new release on list updates.
  • Added api version for PHP 8.4 and 8.5 in cache.sh.
  • Update Node.js dependencies.
  • Do not cache using GITHUB_JOB on non-github runners.
  • Resets Cache

Full Changelog: shivammathur/cache-extensions@1.13.0...1.14.1

v1.13.0

Compare Source

v1.12.0

Compare Source

  • Updated Node.js dependencies.
  • Changed eslint configrc.json to flat config mjs file.
  • Fixed marking extension as self-dependency.
  • Fixed updating darwin_extensions list.

Full Changelog: shivammathur/cache-extensions@1.11.1...1.12.0

v1.11.1

Compare Source

  • Fix cache on self-hosted containers between PHP patch versions. (#​44)
  • Update Node.js dependencies.

Full Changelog: shivammathur/cache-extensions@1.11.0...1.11.1

v1.11.0

Compare Source

  • Improve support for self-hosted runners
  • Add support for Ubuntu 24.04
  • Fix support for arm64 runners
  • Fix support for different macos versions
  • Fix support to cache gd extension correctly
  • Fix caching dependencies extensions and libraries from shivammathur/extensions tap on macOS.
  • Minify ncc output.
  • Update Node.js dependencies.

Full Changelog: shivammathur/cache-extensions@1.10.1...1.11.0

v1.10.1

Compare Source

  • Add API version for PHP 8.2 and 8.3 in cache.sh.
  • Update Node.js dependencies.

Full Changelog: shivammathur/cache-extensions@1.10.0...1.10.1

v1.10.0

Compare Source

  • Fix package lists before installing libraries.
  • Add sudo if missing.
  • Update Node.js dependencies.

Full Changelog: shivammathur/cache-extensions@1.9.1...1.10.0

v1.9.1

Compare Source

  • Drop support for ubuntu 18.04
  • Add support for php-version-file input
  • Update Node.js dependencies

Full Changelog: shivammathur/cache-extensions@1.9.0...1.9.1

v1.9.0

Compare Source

  • Switch to $GITHUB_OUTPUT.
  • Update actions in CI workflows.
  • Update Node.js dependencies.

v1.8.2

Compare Source

  • Fixed sed error when extensions from the source are specified on Linux.
  • Update Node.js dependencies.

v1.8.1

Compare Source

  • Bump Node.js dependencies.

v1.8.0

Compare Source

  • Add support for ubuntu-22.04
  • Add support for couchbase on macOS.
  • Bump Node.js dependencies.

v1.7.1

Compare Source

  • Bump Node.js dependencies.
  • Improve node test workflow.
  • Fix import in cache.test.ts
  • Add CodeQL workflow.

v1.7.0

Compare Source

  • Add the repository, workflow, and the job to the cache key.
  • Reset the extension cache.
  • Add release workflow for NPM and GitHub packages.
  • Refactor workflows.
  • Improve package.json.
  • Bump Node version to 16.x.
  • Update Node.js dependencies.

v1.6.2

Compare Source

  • Drop support for Ubuntu 16.04
  • Add support for php-version in \d.x, and aliases latest and nightly.
  • Fix cache for APCu and Imagick.
  • Refactor to use setup-php NPM package.
  • Improve caching dependencies on macOS.
  • Fix PHP API version in PHP 8.1.
  • Update lists of libraries on Ubuntu.
  • Automate and update lists of extensions with dependencies on macOS.
  • Reset cache date.
  • Update Node.js dependencies.

v1.6.1

Compare Source

  • Fix cache on macOS.
  • Update Node.js dependencies.

v1.6.0

Compare Source

  • Add support to cache dependencies in macOS.
  • Refactor extension.sh to 3 scripts.
  • Refactor Node.js code and tests.
  • Improve get_api_version in cache.sh.
  • Improve and group logs.
  • Use @actions/cache to cache dependencies.
  • Refactor Linux dependency setup.
  • Skip dependency setup for old PHP versions 5.3 to 5.5.
  • Add workflow to sync ubuntu lists and update tags.
  • Reset cache date.
  • Update Node.js dependencies.

v1.5.1

Compare Source

  • Clear Cache
  • Update ubuntu-latest YAML workflow label
  • Update Node.js dependencies.

v1.5.0

Compare Source

  • Removed extension lists checks as they were not updated.
  • Fix dependency checks on Linux.
  • Fix support for extensions which need other extensions on Linux.
  • Refactor extensions.sh.
  • Improve logging on Linux.
  • Update Node.js dependencies.

v1.4.0

Compare Source

  • Change extensions directory for PHP 5.3 on Ubuntu.
  • Add support for PHP 5.6+ on MacOS ARM.
  • Update lists for PHP 5.3.
  • Clear cache.
  • Update dependencies.

v1.3.3

Compare Source

  • Adjust extension_dir for PHP 8 on Ubuntu
  • Reset extension cache
  • Update dependencies
  • Update lists

v1.3.2

Compare Source

  • Clear cache.
  • Update dependencies.

v1.3.1

Compare Source

  • Add PHP 8.1 and macos-11.0 to the README.
  • Update Node.js dependencies.

v1.3.0

Compare Source

  • Add support for PHP 8.1.
  • Add support for alias latest.
  • Update lists for PHP 8.0.
  • Fix API version for PHP 8.0.
  • Update Node.js dependencies.

v1.2.0

Compare Source

  • Reset key for PHP 8 after ZEND_EXTENSION_API_NO bump.
  • Bump TypeScript to 4.0.3.
  • Update other Node.js dependencies.

v1.1.3

Compare Source

  • Add cubrid to the lists.
  • Update README.

v1.1.2

Compare Source

  • Change PHP 8.0 prefix for linux.
  • Update extension lists.

v1.1.1

Compare Source

  • Add Xdebug to ignore lists for PHP 8.
  • Update templates and docs.
  • Remove dashes from step ids.
  • Switch to ES2019.
  • Update dependencies
  • Fixes prototype pollution in lodash (GHSA-p6mc-m468-83gw)

v1.1.0

Compare Source

  • Update lists of libraries and extensions.
  • Bump actions/cache to v2 in README.
  • Add support for Ubuntu 20.04.

v1.0.6

Compare Source

  • Filter extensions marked for removal

v1.0.5

Compare Source

  • Reset old cache key on PHP 8.0 on windows.
  • Update dependencies.

v1.0.4

Compare Source

Update dependencies to fix CVE-2020-7598

v1.0.3

Compare Source

  • Add support for macports builds on macOS for PHP 5.3, 5.4 and 5.5.
  • Add checks to improve running time on linux.

Note: Please reset the key if you are caching extensions on PHP 5.3, 5.4 or 5.5 on macOS.

v1.0.2

Compare Source

  • Update extension_dir for PHP 5.x on darwin.
  • Install dependencies on ubuntu for extensions to be cached.
  • Fix arguments to the script.
  • Add ubuntu release name to the key.

v1.0.1

Compare Source

  • Fix reading php version if semver or unquoted.
shivammathur/setup-php (shivammathur/setup-php)

v2.37.2

Compare Source

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

Follow for updates

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

v2.37.1

Compare Source

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.
    • Added workflow examples for Yii3 web applications and replaced Yii2 Starter Kit examples.
    • Updated workflow examples to use currently supported PHP versions.
  • Updated OS release mappings for newer Ubuntu releases.

  • Updated internal workflows for Codecov v6 and NPM trusted publishing.

  • Updated Node.js dependencies.

  • Fixed composer version in README. (#​1081)

Thanks @​Pyker for the contribution

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

Follow for updates

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

v2.37.0

Compare Source

Changelog
  • Updated the action to use Node.js 24. (#​1049)

  • Added support for master in the php-version input. It should now set up a nightly build from the master branch of php-src.

  • Added support to install ioncube and zephir_parser extensions on PHP 8.5.

  • Expanded support for installing extensions using Homebrew on macOS from the shivammathur/homebrew-extensions tap. This includes pdo_firebird, sqlsrv, pdo_sqlsrv, pecl_http, swow, xhprof, and several other supported extensions.

  • Improved switching PHP versions on Linux. Missing alternatives should now be registered automatically before switching versions. #​1067

  • Improved support for Homebrew on macOS. It should now retry stuck brew commands with an inactivity watchdog.

  • Improved support for adding tools. It should now correctly use the latest release download URL when a version is not specified. (#​1064)

  • Improved tool setup and caching on self-hosted runners.

  • Improved support for sqlsrv and pdo_sqlsrv on PHP 8.1 and 8.2.

  • Fixed installing pecl_http on Windows. Switched to downloads.php.net for fixing ICU version post install.

  • Fixed cached couchbase installs on macOS using the shivammathur/cache-extensions action.

  • Replaced @actions/core with local functions to reduce bundle size.

  • Refactored to use ES2024+ features for Node 24.

  • Updated actions used in examples to their latest versions.

  • Updated Node.js dependencies.

Thanks @​theluckystrike for the contribution 🎉

Thanks @​code-kudu, @​ssddanbrown, @​RoundingWell, and @​ntzrbtr 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

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

v2.35.5

Compare Source

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.5 as the prefix.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    tools: phpunit:10.5.x
  • Improved installing intl extension 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-token input 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_size config on arm environments. (#​999)

  • Updated Node.js dependencies.

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

Follow for updates

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

v2.35.4

Compare Source

Changelog
  • Fixed updating brew core tap before installing PHP on macOS.

  • Updated actions in internal workflows.

  • Updated Node.js dependencies.

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

Follow for updates

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

v2.35.3

Compare Source

Changelog

  • Improved github-token support for GitHub Enterprise. (#​981).

    For GitHub Enterprise users, the github-token input does not default to the GITHUB_TOKEN secret. Therefore, it's recommended to set the github-token input to a Personal Access Token (PAT).

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    github-token: ${{ secrets.YOUR_PAT_TOKEN }}
  • Fixed support for relay extension for PHP 7.4 on macOS.

  • Updated internal workflows to not run on forks. (#​982)

  • Updated Node.js dependencies.

Thanks @​jrfnl for the contributions 🎉

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

Follow for updates

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

v2.35.2

Compare Source

Changelog

  • Fixed race condition in updating composer auth.json. (#​980)

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

Follow for updates

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

v2.35.1

Compare Source

Changelog

  • Fixed regression in composer authentication in 2.35.0. (#​979)

  • Fixed installing geos extension on PHP 8.5.

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

Follow for updates

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

v2.35.0

Compare Source

Changelog

  • Added support for github-token input. (#​969)
    It uses the GITHUB_TOKEN secret by default and should prevent any rate limiting issues while installing your composer dependencies or while adding any tools supported by setup-php.

    Also, it can used to specify a personal access token (PAT) to authenticate with GitHub if you need that for your composer dependencies.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    github-token: ${{ secrets.PAT }}
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: mago
  • Added support for Roave/BackwardCompatibilityCheck. (#​911, #​974)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: backward-compatibility-check
  • Added support for shipmonk/name-collision-detector. (#​932, #​973)
- name: Setup PH

> ✂ **Note**
> 
> PR body was truncated to here.


</details>

---

### Configuration

📅 **Schedule**: (in timezone UTC)

- Branch creation
  - Between 06:00 AM and 06:59 AM (`* 6 * * *`)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/beste/firebase-php).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yOS41IiwidXBkYXRlZEluVmVyIjoiNDQuMjkuNSIsInRhcmdldEJyYW5jaCI6IjgueCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

| datasource  | package                       | from   | to     |
| ----------- | ----------------------------- | ------ | ------ |
| github-tags | actions/setup-java            | v5.6.0 | v5.7.0 |
| github-tags | lycheeverse/lychee-action     | v2.0.0 | v2.9.0 |
| github-tags | shivammathur/cache-extensions | 1.0.0  | 1.14.6 |
| github-tags | shivammathur/setup-php        | 2.0.0  | 2.37.2 |
| github-tags | zizmorcore/zizmor-action      | v0.6.1 | v0.6.2 |
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 16, 2026
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (324b923) and HEAD (b62ff68). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (324b923) HEAD (b62ff68)
grpc 1 0
emulator 1 0
integration 1 0

Impacted file tree graph

@@              Coverage Diff              @@
##                8.x    #1125       +/-   ##
=============================================
- Coverage     87.78%   40.01%   -47.77%     
  Complexity     1489     1489               
=============================================
  Files           146      146               
  Lines          4183     4168       -15     
=============================================
- Hits           3672     1668     -2004     
- Misses          511     2500     +1989     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants