Skip to content

Update all dependencies - #4

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

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 v4 → v7 age adoption passing confidence
actions/checkout action major v3 → v7 age adoption passing confidence
actions/setup-go action major v5 → v7 age adoption passing confidence
actions/setup-go action major v3 → v7 age adoption passing confidence
actions/setup-node action major v3 → v7 age adoption passing confidence
actions/setup-node action major v4 → v7 age adoption passing confidence
deno (source) uses-with major v1.24.0 → 2.9.6 age adoption passing confidence
deno (source) uses-with major v1.40.2 → 2.9.6 age adoption passing confidence
go uses-with minor 1.21 → 1.27 age adoption passing confidence
golang.org/x/sys require minor v0.41.0 → v0.48.0 age adoption passing confidence
node uses-with major 18 → 24 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

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

v7.0.0

Compare Source

What's Changed
New Contributors

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

v6.5.0

Compare Source

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

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

v7.0.0

Compare Source

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

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

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

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

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

What's Changed

Documentation
Dependency updates:

New Contributors

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

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

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

v4.4.0

Compare Source

What's Changed

Bug fixes:
Enhancement:
Dependency update:

New Contributors

Full Changelog: actions/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

denoland/deno (deno)

v2.9.6

Compare Source

  • feat(compressible): add support for 'text/x-component' content type (#​36450)
  • feat(desktop): clipboard api (#​35750)
  • feat(desktop): support checked, icon, and tooltip on menu items (#​36649)
  • fix(bundle): isolate esbuild downloads from workspace registries (#​36467)
  • fix(cache): combine duplicate headers for Vary matching (#​36476)
  • fix(cli_parser): remove orphaned sync-types parser
  • fix(core): cap adaptive buffer initial allocations (#​36432)
  • fix(core): make Unix pipe fd ownership explicit (#​36353)
  • fix(core): make user timer waker state thread-safe (#​36495)
  • fix(coverage): compare a range against a line in V8's units (#​36613)
  • fix(crypto): preserve RSA-OAEP label bytes (#​36441)
  • fix(desktop): keep dots in the app name when resolving the runtime library
    (#​36006)
  • fix(desktop): keep the macOS bundle signature valid unless an update is
    applied (#​36574)
  • fix(desktop): never block the JS thread on the error-report dialog (#​36575)
  • fix(desktop): propagate deno.json version and license into packaged installers
    (#​36577)
  • fix(desktop): run Vite-based HMR dev servers inside the desktop runtime
    (#​36488)
  • fix(desktop): transport binding args and results as DesktopValue so Uint8Array
    survives (#​36573)
  • fix(ext/fetch): enforce permissions for proxy transports (#​36217)
  • fix(ext/fetch): only retry transport errors on pooled connections (#​36415)
  • fix(ext/fetch): raise default HTTP/2 SETTINGS_MAX_HEADER_LIST_SIZE to 256KB
    (#​36558)
  • fix(ext/http): keep request body readable after response is sent (#​36629)
  • fix(ext/http): route invalid async responses to onError (#​36437)
  • fix(ext/napi): don't invoke napi_wrap finalizer twice at teardown (#​36556)
  • fix(ext/napi): run JS-calling finalizers safely, NULL string result, and
    Float16Array (#​36572)
  • fix(ext/napi): surface OS error and path on addon load failure (#​36630)
  • fix(ext/napi): track pending finalizers by identity (#​36551)
  • fix(ext/napi): wake the event loop at the next uv_timer deadline (#​36559)
  • fix(ext/net): skip unsupported DNS records in ANY queries (#​36650)
  • fix(ext/node): accept string ports in dns.lookupService (#​36546)
  • fix(ext/node): build the proxied request target with the URL parser (#​36557)
  • fix(ext/node): do not resume client TLS sessions unless requested (#​36592)
  • fix(ext/node): fix perf_hooks detail.req.url proxied path duplication (#​36407)
  • fix(ext/node): handle readv short reads (#​36211)
  • fix(ext/node): require sys permission for inspector.open (#​36465)
  • fix(ext/node_sqlite): invalidate sessions on database close (#​36633)
  • fix(ext/tls): avoid panic for mismatched client certificate and key (#​36457)
  • fix(ext/web): clean up abort handlers when listeners are removed (#​36226)
  • fix(ext/web): close transfer MessagePort when a transferred readable is
    cancelled (#​36270)
  • fix(ext/web): snapshot SharedArrayBuffer input in TextDecoder.decode()
    ([#​36611](https://redire

❗ Important

✂ 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 Sep 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.48.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