chore(deps): bump CI actions (setup-java v5, gradle v6, setup-tinygo v3) + go mod x/mod - #3911
Merged
Merged
Conversation
Replicates dependabot PRs skycoin#3900 (actions/setup-java 4→5), skycoin#3898 (gradle/actions 4→6) and skycoin#3899 (acifani/setup-tinygo 2→3) on a fork branch per the standing workflow, so the bumps land as a single owned commit. Go code-dependency update deferred to a separate commit on this branch: it requires a full 'go mod vendor' rewrite (this repo vendors deps), which is disk-heavy and was thrashing iowait alongside the dev loop.
Ran the full dep sweep (go get -u ./... + skycoin/skycoin@develop + go mod tidy + go mod vendor); the tree was already current, so the only update is golang.org/x/mod. Native + js/wasm builds verified.
This was referenced Aug 14, 2026
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.
Owns the three open dependabot CI-action bumps as a single fork-branch commit (per the standing workflow), plus a code-dependency sweep.
CI action bumps (replicates #3900 / #3898 / #3899):
actions/setup-java4 → 5gradle/actions/setup-gradle4 → 6acifani/setup-tinygo2 → 3Go deps:
go get -u ./...+skycoin/skycoin@develop+go mod tidy+go mod vendor. The tree was already current from the last sweep, so the only update isgolang.org/x/mod v0.39.0 → v0.40.0. Native +js/wasm(cmd/wasm-visor) builds verified.Closes the dependabot PRs #3898, #3899, #3900 (superseded by this owned commit).