Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2025

This PR contains the following updates:

Package Type Update Change
ramsey/composer-install action minor v2 -> 2.3.1

Release Notes

ramsey/composer-install (ramsey/composer-install)

v2.3.1

Compare Source

Fixed
  • Removed upgrade to cache action runner v4 to avoid potential backwards-compatibility issues that might arise when using self-hosted runners that use Node.js 16 instead of version 20. For more details, see the discussion here: #​252.

To avoid the actions/cache deprecation notices, upgrade to @v3 or @3.0.0.

v2.3.0

Compare Source

Added
  • Add new require-lock-file input that forces a build failure if a composer.lock file is not present. (#​251)
Fixed
  • Add --working-dir when looking up Composer's cache directory. This fixes "File composer.json could not be found in the current directory" errors when running composer install in sub-directories or other non-standard locations. (#​225, #​233, #​246, #​247)
  • Update cache action runner to v4 to avoid deprecation notices. (#​252, #​253, #​254)

v2.2.0

Compare Source

Added
  • Implement custom-cache-suffix option to allow projects to provide their own cache-busting strategies without defining full custom cache keys (#​239)

v2.1.1

Compare Source

Fixed

v2.1.0

Compare Source

Added
  • Force the use of composer update if a lock file is not present, avoiding the warning that appears when running composer install without a lock file.

v2.0.5

Compare Source

Fixed

v2.0.4

Compare Source

Fixed
  • Fix typo in variable name

v2.0.3

Compare Source

Fixed
  • Convert GitHub Action notices to debug messages (#​211)
  • Ensure compatibility with Composer 1.x (#​209, #​210)

v2.0.2

Compare Source

Fixed
  • Fix case when values other than locked, highest, or lowest are passed for dependency_versions. In these cases, we always default to locked.

v2.0.1

Compare Source

Fixed
  • Fix case where cache keys might collide if using more than one working directory on a project.
  • Improve error handling and reporting.
  • Validate composer.json and emit error message if it does not validate.

Configuration

📅 Schedule: Branch creation - Every 3 hours, between 06:00 AM and 10:59 PM, Monday through Friday ( * 6-22/3 * * 1-5 ), Every 3 hours, between 12:00 PM and 11:59 PM, only on Sunday and Saturday ( * 12-23/3 * * 0,6 ) in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from WyriHaximus as a code owner August 22, 2025 10:43
@renovate renovate bot added CI 🚧 Dependencies 📦 Pull requests that update a dependency file labels Aug 22, 2025
@WyriHaximus WyriHaximus added this to the 1.0.0 milestone Aug 22, 2025
@WyriHaximus WyriHaximus merged commit 937bd22 into master Aug 22, 2025
63 of 146 checks passed
@github-actions github-actions bot modified the milestones: 1.0.0, 2.0.0 Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🚧 Configuration ⚙ Dependencies 📦 Pull requests that update a dependency file YAML 🍄
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant