medusajs/Update Medusa Projects (Official)

Bump @medusajs/* packages, verify the build, optionally fix errors with Claude Code, and open a PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with contents:write and pull-requests:write permissionsyes
anthropic-api-keyAnthropic API key to enable Claude Code for auto-fixing build errors and implementing breaking changes (optional)no""
base-branchBase branch for the PRnomain
branch-prefixPrefix for the update branch namenochore/update-medusa
working-directoryRoot directory of the repositoryno.
apps-directorySubdirectory containing workspace apps in a monorepo (default: apps)noapps
create-prWhether to commit changes and open a pull request (set to 'false' to skip PR creation, e.g. when integrating into a custom workflow)notrue
build-envEnvironment variables to make available during the build step, one KEY=VALUE per lineno""
target-versionSpecific @medusajs/* version to update to (e.g. 2.5.0). Defaults to the latest available version.no""
namedescription
pr-urlURL of the created PR (empty if packages were already up-to-date)
updated-versionThe @medusajs/* version that was applied
build-statusBuild status: success, fixed-by-claude, or failed