Update dependency moon to v2.4.4#270
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/moon-2.x
branch
from
July 17, 2026 21:55
1320971 to
f2895f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=2.4.2→2.4.4Release Notes
moonrepo/moon (moon)
v2.4.4Compare Source
🐞 Fixes
every upload was rejected with "client should not populate stdout_raw during upload" or "action
digest not found in CAS", leaving the cache permanently empty.
without also inlining the raw bytes.
server returned a
RESOURCE_EXHAUSTEDerror, because a blob was too large. We now set the maxsize to 4MB (the gRPC limit).
unstable_remote.cache.localReadOnlysetting.v2.4.3Compare Source
🚀 Updates
information.
new syntax & file location.
If you are using the old syntax, you can use
bitbucket-legacyinstead.🐞 Fixes
runDepsInParallel: falsewould only serialize direct dependencies, allowinga dependency's own dependencies (grandchildren) to run in parallel with earlier serial
dependencies. The entire dependency subtree is now ordered.
moon cifailing in certain CI provider pull request builds, where the base branch isprovided as a fully-qualified
refs/heads/<branch>ref that couldn't be resolved in a detachedHEADcheckout.export PATH=...in the$BASH_ENVfile would overwrite thePATHthat moon injects for tasks.BASH_ENVis no longer passed tobashwrapped child processes, unless explicitly set with thetask
envoption.outputStylewas being applied to the primary target. It will onlyapply to transitive targets.
codepage output from Python) was discarded entirely, resulting in empty
stdout.log/stderr.logstate files, cache hits replaying no output, and missing output in run reports. Invalid bytes are
now replaced with
�instead.(
moon ci,--dependents,--downstream), if the task was first added to the action graph as adependency of another target. For example,
moon run app:build lib:build --dependentswould skipthe dependents of
lib:buildwhenapp:builddepends on it.0444files) failing on every cache hit with a"Permission denied" error when the
casOutputsCacheexperiment is enabled. Caches that alreadycontain read-only objects are healed automatically.
moon query changed-fileswould include uncommitted changes from the localindex (
git status) even when an explicit--headrevision was provided, causing false positiveswhen comparing 2 revisions. This also applies to affected detection with an explicit head, e.g.
the
MOON_HEADenvironment variable or--affected base:head. Additionally,MOON_BASEandMOON_HEADenvironment variables that are set but empty are now ignored..moon/hooks, even when the workspaceconfiguration lived in
.config/moon. Hooks are now placed alongside the config, in.config/moon/hooks.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.