Skip to content

chore(deps): update github actions (major)#13

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions
Open

chore(deps): update github actions (major)#13
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 10, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action major v3v5 age confidence
actions/checkout action major v3v6 age confidence
crazy-max/ghaction-github-labeler action major v4v6 age confidence
deno (source) uses-with major v1.x2.x age confidence
denoland/setup-deno action major v1v2.0.4 age confidence
github/codeql-action action major v2v4 age confidence

Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed

Full Changelog: actions/cache@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v4

Compare Source

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

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler)

v6.0.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v5.3.0...v6.0.0

v6

Compare Source

v5.3.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v5.2.0...v5.3.0

v5.2.0

Compare Source

  • Load yaml files using the failsafe schema option by @​pjpires in #​226
  • Bump cross-spawn from 7.0.3 to 7.0.6 in #​223
  • Bump undici from 5.28.4 to 5.28.5 in #​225

Full Changelog: crazy-max/ghaction-github-labeler@v5.1.0...v5.2.0

v5.1.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v5.0.0...v5.1.0

v5.0.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v4.2.0...v5.0.0

v5

Compare Source

denoland/deno (deno)

v2.8.2

Compare Source

  • feat(compile): improve --bundle dependency resolution and add --minify
    (#​34536)
  • feat(compile): scope --bundle npm embed to packages actually reached (#​34532)
  • feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC
    (#​34417)
  • feat(ext/crypto): add ML-DSA (FIPS 204) post-quantum signatures (#​34448)
  • feat(ext/crypto): implement ML-KEM (FIPS 203) post-quantum KEM (#​34447)
  • feat(ext/node): env/global proxy support for node:http and node:https (#​34257)
  • feat(ext/node): support DENO_SERVE_ADDRESS override in node:http servers
    (#​34662)
  • feat(jupyter): rewrite kernel in JS, drop zeromq/runtimelib deps (#​34083)
  • feat(lsp): autocomplete jsr:/npm:/node: in deno.json(c) imports (#​34724)
  • feat(publish): unfurl import specifiers in Wasm modules (#​34549)
  • feat(task): support --env-file flag (#​34508)
  • feat(task): support exclusion groups in task name wildcards (#​34506)
  • feat(unstable): add --bundle flag to deno compile (#​34527)
  • feat: bump deno_task_shell to 0.33.0 (#​34642)
  • fix(add): handle version tags like @latest in deno add for JSR packages
    (#​32859)
  • fix(add): replace panic with error when deno.json discovery fails (#​34517)
  • fix(bundle): skip decorator pass when module has no decorators (#​34489)
  • fix(bundle): use node-style CJS interop for the Deno platform (#​34533)
  • fix(cache): skip WAL journal mode on WSL-1 (#​34499)
  • fix(cache_dir): EnsureCachedStrategy must surface cached redirects (#​34563)
  • fix(check): make node:stream/web types alias the globals (#​34606)
  • fix(check): resolve npm packages without types when type checking (#​34551)
  • fix(cli): suppress bug-report banner on broken pipe print panics (#​34552)
  • fix(cli/task): run recursive workspace tasks in parallel (#​34512)
  • fix(compile): allow process.chdir() into the VFS (#​34610)
  • fix(compile): bundle workers separately under --bundle (#​34531)
  • fix(compile): cover CJS-deep imports under --bundle (#​34534)
  • fix(compile): create code cache when importing JSON or Wasm modules (#​34614)
  • fix(compile): detect svelte-adapter-deno build output (#​34535)
  • fix(compile): don't surface graph errors for --include files (#​34568)
  • fix(compile): embed workspace package.json files in the VFS (#​34530)
  • fix(compile): enable ANSI colors on Windows in compiled binaries (#​34701)
  • fix(compile): handle CJS and native addons in --bundle (#​34529)
  • fix(compile): respect npm registry sub-paths when flattening node_modules
    (#​34575)
  • fix(compile): support workers loaded from blob URLs (#​34574)
  • fix(compile): transpile TypeScript imported at runtime (#​34616)
  • fix(config): hook up verbatimModuleSyntax for the emit pipeline (#​34495)
  • fix(config): make config auto-discovery skip the same errors on every platform
    (#​34558)
  • fix(config): surface invalid "exports" map in linked/workspace packages
    (#​34473)
  • fix(config): warn instead of erroring when start dir is not a workspace member
    (#​34458)
  • fix(config): warn instead of erroring when workspace member dir is missing
    (#​34511)
  • fix(core): TLA hang on dyn import when async dep triggers lazy ESM load
    (#​34469)
  • fix(core): preserve WebAssembly streaming callback across new contexts
    (#​34679)
  • fix(crypto): correct X448 PKCS#8 handling (#​34578)
  • fix(doc): don't lint private-type-ref for cross-package types (#​34339)
  • fix(doc): handle non-ASCII doc lint diagnostics (#​34626)
  • fix(ext/console): degrade gracefully when getKeys throws (#​24980) (#​34464)
  • fix(ext/fetch): implement missing Request properties (#​34607)
  • fix(ext/fetch): preserve static request body length (#​34546)
  • fix(ext/ffi): match V8 stack-arg layout in turbocall trampoline on Apple
    silicon (#​34561)
  • fix(ext/fs): error when copyFile source and destination are the same file
    (#​34718)
  • fix(ext/fs): retry without FILE_FLAG_BACKUP_SEMANTICS on Windows when driver
    rejects it (#​34686)
  • fix(ext/fs): surface non-UTF-8 file names from read_dir (#​34623)
  • fix(ext/http): reject Response-like return from respondWith (#​34589)
  • fix(ext/http): reject Response-like return from serve handler (#​34416)
  • fix(ext/io): cancel pending FileResource reads on close (#​34544)
  • fix(ext/napi): clear error for Windows addons that link against node.exe
    (#​34696)
  • fix(ext/napi): disallow JS execution during napi_new_instance (#​34496)
  • fix(ext/napi): polyfill libuv thread + semaphore primitives (#​34571)
  • fix(ext/napi): polyfill more libuv symbols from compat layer (#​34488)
  • fix(ext/net): re-enable 0-RTT support in QUIC (#​34520)
  • fix(ext/node): add module findPackageJSON export (#​34597)
  • fix(ext/node): add node:test/reporters builtin (#​34595)
  • fix(ext/node): add stripTypeScriptTypes export (#​34594)
  • fix(ext/node): capture IPC handle eagerly to fix cluster send deadlock
    (#​34661)
  • fix(ext/node): cover node:module SourceMap export (#​34591)
  • fix(ext/node): disable repl preview when a custom eval is supplied (#​34498)
  • fix(ext/node): drop bogus Buffer.prototype._isBuffer marker (#​34502)
  • fix(ext/node): export syncBuiltinESMExports from node:module (#​34593)
  • fix(ext/node): expose gc from v8 setFlagsFromString (#​34604)
  • fix(ext/node): fix latin1Slice being too slow (#​34503)
  • fix(ext/node): honor windowsHide in child_process spawn (#​34627)
  • fix(ext/node): prevent buffer decode detach race (#​34632)
  • fix(ext/node): re-export inner spec for module.exports = require(X).Y (#​34363)
  • fix(ext/node): refuse sqlite close() while a user callback is running (#​34515)
  • fix(ext/node): report real error code for failed dns.lookup (#​34697)
  • fix(ext/node): resolve global cache packages when require referrer is outside
    DENODIR (#​34497)
  • fix(ext/node): route node:fs.statfs through FileSystem trait (#​34444)
  • fix(ext/node): support cyclic imports in vm.Module.prototype.link() (#​34472)
  • fix(ext/node): support vm dynamic import callback (#​34572)
  • fix(ext/node): tolerate unreadable cwd in require._nodeModulePaths (#​34542)
  • fix(ext/node): vm dynamic import without callback throws
    ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING (#​34427)
  • fix(ext/web): forward console.group label to inspector log (#​34341)
  • fix(ext/web): honor PerformanceObserver buffered flag (#​34748)
  • fix(ext/web): make MessageEvent.ports a frozen array (#​34773)
  • fix(fmt): update markup_fmt to fix quadratic inline CSS formatting (#​34663)
  • fix(install): allow "minimumDependencyAge" object without "age" (#​34523)
  • fix(install): handle pre-existing node_modules symlink on Windows (#​34659)
  • fix(install): rewrite relative imports/scopes in copied deno.json (#​34562)
  • fix(install): run workspace member dependency lifecycle scripts with member
    INIT_CWD (#​34700)
  • fix(install): vendor type-only imports during deno ci (#​34459)
  • fix(jupyter): exit kernel process after sending shutdown reply (#​34554)
  • fix(jupyter): keep kernel alive across transient peer disconnects (#​34550)
  • fix(jupyter): make kernel ZMTP handshake compatible with libzmq (#​34755)
  • fix(jupyter): send transient: {} in execute_result so nbclient doesn't crash
    (#​34483)
  • fix(jupyter): use stable PATH entry for kernel binary path (#​34492)
  • fix(lsp): avoid empty import specifier completions (#​34647)
  • fix(lsp): complete npm package exports (#​34675)
  • fix(lsp): complete string union literals containing dots (#​34664)
  • fix(lsp): discover all tests when names are duplicated (#​34624)
  • fix(lsp): handle empty jsx completion ranges (#​34651)
  • fix(lsp): handle parser panics while parsing documents (#​34640)
  • fix(lsp): honor moduleResolution: "bundler" for npm dir imports (#​34643)
  • fix(lsp): include configured deps in auto-imports (#​34650)
  • fix(lsp): limit node_modules auto-import aliasing (#​34674)
  • fix(lsp): merge duplicate completion imports (#​34658)
  • fix(lsp): preserve URL extensions in typeof import(...) hovers (#​34565)
  • fix(lsp): recover from TSC isolate OOM instead of crashing the language server
    (#​34693)
  • fix(lsp): release idle memory back to the OS (#​34727)
  • fix(lsp): skip parent process check when PID isn't visible (#​34744)
  • fix(lsp): spurious diagnostics in Jupyter notebook cells (#​34734)
  • fix(lsp): support test steps from imported helpers (#​34648)
  • fix(lsp): surface CSS imports as .js to TypeScript (#​34419)
  • fix(lsp): surface module-level uncaught errors in test runs (#​34641)
  • fix(lsp): use cached registry config when offline (#​34723)
  • fix(lsp): use file uris for neovim virtual definitions (#​34653)
  • fix(lsp): walk to enabled nested workspaces (#​34654)
  • fix(napi): report a clear error for legacy V8/nan native addons (#​34683)
  • fix(napi): support ZeroMQ libuv addon symbols (#​34657)
  • fix(node): avoid spurious ERR_MULTIPLE_CALLBACK on process.stdout/stderr
    (#​34728)
  • fix(node): classify required js files as commonjs by default (#​34673)
  • fix(node): full re-export fallback for unresolvable member re-exports (#​34689)
  • fix(node): resolve CJS requires with multi-level relative specifiers on
    Windows (#​34655)
  • fix(node): support module-sync export condition (#​34599)
  • fix(node/repl): gate preview through V8 inspector throwOnSideEffect (#​34566)
  • fix(npm): apply scoped registry auth to same-origin tarballs (#​34698)
  • fix(npm): clean node_modules after deno remove (#​34110)
  • fix(npm): downgrade latest tag for release age (#​34581)
  • fix(npm): execute native binaries from npm package bin entries (#​34375)
  • fix(npm): hoist direct deps over higher transitive versions (#​34470)
  • fix(npm): share copy-package variants via symlink for class identity (#​34691)
  • fix(resolver): don't resolve linked packages via bare specifier (#​34519)
  • fix(rt): support host-FS CJS files in the standalone runtime (#​34560)
  • fix(runtime): better error message when Deno.consoleSize() has no tty (#​34538)
  • fix(runtime): suggest --allow-scripts for bindings native addon error
    (#​34666)
  • fix(runtime): suggest N-API alternatives for legacy V8/nan addons (#​34695)
  • fix(runtime): suggest Worker/node:vm alternatives for npm:isolated-vm (#​34702)
  • fix(runtime/ops): unwatch shared RecommendedWatcher on FsWatcher close
    (#​34467)
  • fix(task): preserve trailing backslashes in task arguments (#​34505)
  • fix(task): restore terminal mode after task exits on Windows (#​34685)
  • fix(test): abort with a message when a test exits with sanitizeExit disabled
    (#​34491)
  • fix(test): don't kill the deno process on top-level Deno.exit()

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 chore(deps): update actions/checkout action to v4 chore(deps): update github actions (major) Sep 10, 2023
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 1a95c55 to ed02ce9 Compare September 10, 2023 14:04
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from ed02ce9 to dccccfe Compare September 22, 2023 19:57
@renovate renovate Bot changed the title chore(deps): update github actions (major) chore(deps): update crazy-max/ghaction-github-labeler action to v5 Oct 17, 2023
@renovate renovate Bot changed the title chore(deps): update crazy-max/ghaction-github-labeler action to v5 chore(deps): update github actions (major) Oct 19, 2023
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from dccccfe to cb1fe7d Compare October 19, 2023 12:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from cb1fe7d to 6648104 Compare December 13, 2023 16:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 6648104 to 7407e4b Compare December 22, 2023 03:28
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 7407e4b to df48150 Compare January 8, 2024 14:38
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from df48150 to 4587d44 Compare January 17, 2024 16:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 4587d44 to a6e5a7a Compare January 26, 2024 14:47
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from a6e5a7a to 821de0c Compare February 2, 2024 19:03
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from e144691 to 1b657c7 Compare February 15, 2024 13:05
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 0f45d32 to 9b9341e Compare February 23, 2024 10:59
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 3eb7ead to 51bbd7f Compare February 29, 2024 20:19
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 00339e5 to 5fe6c0e Compare March 19, 2024 17:17
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 5fe6c0e to 65f04a8 Compare March 22, 2024 12:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 65f04a8 to d34bdf9 Compare April 5, 2024 16:50
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 6addd2b to e9a53ad Compare April 17, 2024 15:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 6acae41 to c763644 Compare April 22, 2024 21:38
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from e83042f to 3d92a38 Compare July 26, 2024 16:52
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 3d92a38 to b7f919a Compare August 6, 2024 19:04
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 35dc9f9 to ab4afde Compare August 19, 2024 17:27
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from a20f34d to b0e6317 Compare August 24, 2024 03:34
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from b0e6317 to c9be356 Compare August 29, 2024 12:50
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from b556bd4 to cd4f2fe Compare September 19, 2024 11:43
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from c1303bb to bf531af Compare September 30, 2024 13:39
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 1c621d6 to dbcbf06 Compare October 8, 2024 19:18
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from dbcbf06 to be0f267 Compare October 14, 2024 20:17
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 3bbb569 to 81217c3 Compare October 23, 2024 17:41
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 4 times, most recently from 440272e to 21de3d1 Compare November 14, 2024 16:25
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 21de3d1 to 0805117 Compare November 20, 2024 17:39
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 6409221 to c3b704b Compare December 5, 2024 19:14
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 5e30ae4 to 69954b0 Compare December 12, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants