Skip to content

Update all dependencies#4

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

Update all dependencies#4
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Feb 4, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4v6 age adoption passing confidence
actions/checkout action major v3v6 age adoption passing confidence
actions/setup-go action major v5v6 age adoption passing confidence
actions/setup-go action major v3v6 age adoption passing confidence
actions/setup-node action major v3v6 age adoption passing confidence
actions/setup-node action major v4v6 age adoption passing confidence
deno (source) uses-with major v1.24.02.8.3 age adoption passing confidence
deno (source) uses-with major v1.40.22.8.3 age adoption passing confidence
go uses-with minor 1.211.26 age adoption passing confidence
golang.org/x/sys require minor v0.41.0v0.46.0 age adoption passing confidence
node uses-with major 1824 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.2.0

v6.1.0

Compare Source

What's Changed

Enhancements
Dependency updates

New Contributors

Full Changelog: actions/setup-go@v6...v6.1.0

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

v6

Compare Source

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v5

Compare Source

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in #​866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v4

Compare Source

denoland/deno (deno)

v2.8.3

Compare Source

  • feat(cli): suggest DENO_TLS_CA_STORE on untrusted TLS certificate (#​34756)
  • feat(cli): support --env-file in dependency and registry subcommands (#​34843)
  • feat(compile): support watch mode (#​34860)
  • feat(config): support globs in links (#​34849)
  • feat(ext/crypto): implement SubtleCrypto.supports() static method (#​34903)
  • feat(ext/crypto): support ML-DSA JWK import/export (#​34914)
  • feat(ext/fetch): support priority in RequestInit (#​34716)
  • feat(ext/node): auto-instrument node:http2 with OpenTelemetry (#​34510)
  • feat(ext/node): notify control socket when node:http server starts serving
    (#​34949)
  • feat(ext/telemetry): honor OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT (#​34787)
  • feat(ext/telemetry): honor OTEL_SPAN_EVENT_COUNT_LIMIT (#​34795)
  • feat(ext/telemetry): support OTEL_TRACES_SAMPLER (#​34764)
  • feat(fmt): add JSON trailing comma config (#​33383)
  • feat(info): add localPath to npm packages in deno info --json (#​34806)
  • feat(info): support --minimum-dependency-age flag (#​34762)
  • feat(lsp): add "Debug" code lens for test steps (#​34742)
  • feat(lsp): add Deno.test ignore and only code actions (#​34861)
  • feat(lsp): diagnose import map files (#​34864)
  • feat(lsp): provide hover info for import map resolutions (#​34854)
  • feat(lsp): report deno doc --lint diagnostics (#​34733)
  • feat(lsp): show no-slow-types diagnostics for JSR packages (#​34740)
  • feat(outdated): warn about packages skipped due to registry errors (#​34974)
  • feat(test): forward shebang permissions into deno test --doc (#​35052)
  • feat(workspace): auto-discover external deno.json import maps (#​34803)
  • feat(x): add deno x --ignore-scripts (#​34952)
  • feat: bump-version -c to handle deno.json + package.json in same dir
    (#​34770)
  • fix(add): accept npm version ranges on the command line (#​34799)
  • fix(bundle): apply node-style CJS interop on all platforms (#​34939)
  • fix(bundle): don't panic when esbuild binary is busy or unavailable (#​34845)
  • fix(bundle): instantiate .wasm imports instead of emitting raw bytes (#​34923)
  • fix(bundle): rename sourcemap for HTML entrypoints (#​34901)
  • fix(bundle): respect --check and run the type checker (#​33514)
  • fix(cache): retry locked cache database instead of deleting it (#​34873)
  • fix(check): honor ts suppressions for unresolved imports (#​34163)
  • fix(check): ignore doc comment dynamic imports (#​34888)
  • fix(check): surface unresolved imports in .d.ts entrypoints (#​34168)
  • fix(check): treat .d.ts in ESM-supporting npm packages as ESM (#​34613)
  • fix(clean): keep cleaning when cache files are locked and report holders
    (#​34946)
  • fix(clean): support deno clean --dry-run without --except (#​34846)
  • fix(cli): accept allow-import for deno add (#​35019)
  • fix(cli): check worker's own permissions for dynamic asset imports (#​34707)
  • fix(cli): collect re-exported names for deno test --doc injection (#​33511)
  • fix(cli): don't let --env-file set Deno's own runtime control vars (#​35032)
  • fix(cli): don't suggest non-existent subcommand-flag combinations (#​34810)
  • fix(cli): generate type-only doc-test imports under verbatimModuleSyntax
    (#​33508)
  • fix(cli): include the typed name in unrecognized subcommand error (#​34882)
  • fix(cli): strip trailing CR from args so CRLF shebangs work (#​34968)
  • fix(compile): prune managed npm snapshot to graph-reachable packages (#​34741)
  • fix(compile): resolve bare npm imports in --bundle worker sources (#​34967)
  • fix(compile): run forked child's module instead of entrypoint (#​34687)
  • fix(compile): support fs.fstatSync on vfs (#​34892)
  • fix(console): %c colors with same red component as previous color (#​34784)
  • fix(core): don't set ERR_MODULE_NOT_FOUND code on module linking errors
    (#​34800)
  • fix(core): externalize lazy loaded sources (#​34936)
  • fix(core): silence too_many_arguments on Callable trait method (#​33475)
  • fix(core): use isolate_unchecked accessors for fast &v8::Isolate args
    (#​33474)
  • fix(coverage): exclude linked/patched packages from coverage report (#​34834)
  • fix(coverage): improve HTML report PageSpeed score (#​34980)
  • fix(dotenv): include underscore in unbraced variable names (#​34797)
  • fix(ext/crypto): ChaCha20-Poly1305 uses raw-secret format and iv param
    (#​34915)
  • fix(ext/crypto): ML-KEM raw-seed, seed-form PKCS#8, and JWK (#​34924)
  • fix(ext/crypto): align WebCrypto modern algorithms with the spec (#​34941)
  • fix(ext/crypto): move getPublicKey to SubtleCrypto and validate usages
    (#​34913)
  • fix(ext/crypto): support raw-public format for existing asymmetric keys
    (#​34920)
  • fix(ext/crypto): use outputLength for SHAKE/cSHAKE/TurboSHAKE digests (#​34911)
  • fix(ext/fetch): block requests to bad ports per Fetch Standard (#​34863)
  • fix(ext/fetch): don't decompress empty body advertised as gzip/br (#​34880)
  • fix(ext/fetch): only match multipart delimiter lines (#​34587)
  • fix(ext/fetch): preserve empty multipart filenames (#​35009)
  • fix(ext/ffi): accept Uint8Array in FFI buffer types (#​34999)
  • fix(ext/fs): clarify that Deno.symlink() needs unscoped permissions (#​34991)
  • fix(ext/fs): report broken symlink read as NotFound, not FilesystemLoop
    (#​34833)
  • fix(ext/fs): stream Deno.readDir entries (#​35130)
  • fix(ext/http): don't crash server on dead streaming-body resource (#​34933)
  • fix(ext/http): include buffered request bytes in size hint (#​34831)
  • fix(ext/http): join split request headers consistently (#​35081)
  • fix(ext/http): prefer brotli for equal compression q-values (#​35011)
  • fix(ext/http): surface errors thrown while streaming a Deno.serve body
    (#​35104)
  • fix(ext/io): cancel pending readable stream reads (#​34986)
  • fix(ext/kv): update access_token error message to new deno deploy console
    (#​34918)
  • fix(ext/kv): validate batchSize and expireIn inputs (#​34782)
  • fix(ext/net): handle missing port and path in listen and listenDatagram
    (#​31681)
  • fix(ext/node): accept non-canonical RSA SPKI keys (#​34134)
  • fix(ext/node): accept scoped IPv6 interface in dgram addMembership (#​34899)
  • fix(ext/node): bump emulated Node version to v24.15.0 (#​34804)
  • fix(ext/node): clear nonblocking fd stdio for child pipes (#​34962)
  • fix(ext/node): count forked child process sockets (#​34096)
  • fix(ext/node): don't cache a pointer to the zlib result buffer (#​35043)
  • fix(ext/node): don't expose Module.register stub (#​34894)
  • fix(ext/node): enforce maxBuffer in child_process.spawnSync (#​34053)
  • fix(ext/node): export runMain from node:module (#​35065)
  • fix(ext/node): fix asciiSlice & ucs2Slice & hexSlice being too slow (#​34525)
  • fix(ext/node): fix broken encoding validation in indexOfBuffer (#​33393)
  • fix(ext/node): guard TCPWrap.open against adopting tracked fds (#​35045)
  • fix(ext/node): guard sqlite authorizer reentrant replacement (#​34983)
  • fix(ext/node): handle EMFILE in child_process.spawn and compound shell
    commands (#​33544)
  • fix(ext/node): implement mock.property() in node:test (#​34959)
  • fix(ext/node): implement setKeepAlive on native TCPWrap (#​34865)
  • fix(ext/node): implement url.fileURLToPathBuffer (#​34883)
  • fix(ext/node): keep node:vm ContextifyContext wrapper alive with its context
    (#​35090)
  • fix(ext/node): keep sqlite iterator callbacks alive (#​34982)
  • fix(ext/node): keep v8.serialize output readable by Node.js (#​35118)
  • fix(ext/node): keep worker alive while holding a refed MessagePort (#​34877)
  • fix(ext/node): match Node's UTF-8 replacement for invalid bytes in Buffer
    decode (#​34947)
  • fix(ext/node): match Node.js when dns.lookup hostname is falsy (#​34887)
  • fix(ext/node): propagate nextLoad(newUrl) redirect to default loader (#​35027)
  • fix(ext/node): read proxy env vars without --allow-env (#​34807)
  • fix(ext/node): replay direct writes on stale http retry (#​34992)
  • fix(ext/node): support ChildProcess.send with net.Server handles (#​34948)
  • fix(ext/node): throw ERR_UNKNOWN_BUILTIN_MODULE for unknown node: builtins
    (#​34766)
  • fix(ext/node): trace v8 deserializer delegate (#​34981)
  • fix(ext/node): transfer TCP handle ownership in http2 consumeStream (#​35047)
  • fix(ext/node): unblock static module loads when registerHooks is active
    (#​35026)
  • fix(ext/node): wire ConnectionsList hooks so headersTimeout doesn't spuriously
    fire (#​34356)
  • fix(ext/node_crypto): support PBES2/AES-CBC

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title fix(deps): update module golang.org/x/sys to v0.30.0 fix(deps): update module golang.org/x/sys to v0.31.0 Mar 5, 2025
@renovate

renovate Bot commented Mar 5, 2025

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.24.0

@renovate renovate Bot changed the title fix(deps): update module golang.org/x/sys to v0.31.0 fix(deps): update all dependencies Mar 11, 2025
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from a0fcf37 to f7baeec Compare April 5, 2025 14:12
@renovate renovate Bot changed the title fix(deps): update all dependencies chore(deps): update dependency go to v1.24.2 Apr 19, 2025
@renovate renovate Bot changed the title chore(deps): update dependency go to v1.24.2 fix(deps): update all dependencies Apr 19, 2025
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 0fb9cb8 to 134c4c7 Compare May 5, 2025 14:27
@renovate renovate Bot force-pushed the renovate/all branch from 134c4c7 to d40ea83 Compare May 7, 2025 06:22
@renovate renovate Bot force-pushed the renovate/all branch from d40ea83 to fb5deeb Compare June 6, 2025 21:04
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 56775fc to e8d5b7c Compare July 11, 2025 04:09
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from aef695e to c4d7b78 Compare August 13, 2025 06:34
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from 42684b9 to f1cbe8e Compare October 14, 2025 04:35
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from d8f382b to 97f3c17 Compare October 30, 2025 13:43
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 200ce86 to fa6fecd Compare February 2, 2026 22:42
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 2fdeca8 to 5624fe1 Compare February 7, 2026 08:04
@renovate renovate Bot changed the title fix(deps): update all dependencies Update all dependencies Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from d1db143 to 1fbe499 Compare February 11, 2026 04:24
@paralin paralin force-pushed the aperture branch 2 times, most recently from c625a0a to be32037 Compare February 18, 2026 02:54
@renovate renovate Bot changed the title Update all dependencies fix(deps): update all dependencies Feb 18, 2026
@renovate renovate Bot changed the title fix(deps): update all dependencies Update all dependencies Feb 18, 2026
@renovate renovate Bot changed the title Update all dependencies fix(deps): update all dependencies Feb 18, 2026
@renovate renovate Bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Feb 19, 2026
@renovate renovate Bot changed the base branch from aperture to master February 19, 2026 01:15
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 84ba961 to 4644a47 Compare March 3, 2026 18:05
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 03260d6 to e4b2c7e Compare March 8, 2026 13:55
@renovate renovate Bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 8, 2026
@socket-security

socket-security Bot commented Jun 2, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​golang.org/​x/​sys@​v0.41.0 ⏵ v0.46.084100100100100

View full report

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants