Skip to content

chore(deps): update actions/checkout digest to de0fac2#137

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/actions-checkout-digest
Feb 7, 2026
Merged

chore(deps): update actions/checkout digest to de0fac2#137
renovate[bot] merged 1 commit intomainfrom
renovate/actions-checkout-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Type Update Change
actions/checkout (changelog) action digest 8e8c483de0fac2

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 7, 2026

decaf

Running deployments in test mode. Results will appear below.
If this pull request and all of it's parent pull requests are merged using the...

...🟩 squash 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed.

Learn more
Latest release: 0.11.0
Commit of latest release: 0e1de00

Commits since last release:
- chore(deps): update actions/checkout digest to de0fac2

This PR contains the following updates:

Package Type Update Change
actions/checkout (changelog) action digest 8e8c483de0fac2

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • <!-- rebase-check -->If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
- docs: update the readme. it's been a long time since I wrote it, needs refresh (#136)
- chore(deps): update dependency deno to v2.6.7 (#135)

This PR contains the following updates:

Package Update Change
deno patch 2.6.6
2.6.7

Release Notes

denoland/deno (deno)

v2.6.7

Compare
Source

  • feat(ext/node): implement mock API for node:test module
    (#​31954)
  • feat(node): implement FileHandle.readv() method
    (#​31943)
  • feat(npm): use JSR for @jsr scope
    (#​31925)
  • feat: External Socket-Based Cron Implementation
    (#​31952)
  • feat: V8 14.5
    (#​31873)
  • feat: add --inspect-publish-uid flag for VSCode debugging
    (#​31927)
  • fix(ext/http): use serve address override only once
    (#​31935)
  • fix(ext/net): remove socket file when dropping unix listener
    (#​31947)
  • fix(ext/node): sqlite's StatementSync compatibility
    (#​31941)
  • fix(ext/node): align assert throws/rejects signatures
    (#​31934)
  • fix(ext/node): fix usage of new V8 string APIs
    (#​31963)
  • fix(ext/node): implement sqlite's missing options
    (#​31919)
  • fix(ext/node): pass test-child-process-bad-stdio node compat test
    (#​31851)
  • fix(ext/node): read NODE_OPTIONS for --require and
    --inspect-publish-uid

(#​31949)

  • fix(ext/node): retry stale keepAlive connections in http client
    (#​31932)
  • fix(ext/node): support setImmediate promisify.custom
    (#​31920)
  • fix(ext/node): use primordials in _fs_ftruncate.ts
    (#​31944)
  • fix(ext/node): use primordials in ext/node/polyfills/tls.ts
    (#​31816)
  • fix(ext/web): support object in DOMException second argument for
    Node.js
    compat
    (#​31939)
  • fix(node): throw ERR_INVALID_ARG_TYPE for invalid fs.readFile path
    (#​31918)
  • fix(unstable): lint ast comments from first file showing in others
    (#​31956)
  • fix(x): use local npm package even if npm specifier is used, forward
    unstable
    flags
    (#​31942)
  • fix: allow reading /dev/tty without requiring --allow-all
    (#​31105)
  • fix: enable edns for Deno.resolveDns
    (#​31951)
  • fix: graceful server shutdown with open, un-upgraded connections
    (#​31959)
  • fix: use locked-tripwire to prevent unlocked cargo installs
    (#​31973)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update dependency deno to v2.6.6 (#132)

This PR contains the following updates:

Package Update Change
deno patch 2.6.5
2.6.6

Release Notes

denoland/deno (deno)

v2.6.6

Compare
Source

  • feat(cli/tsc): show progress bar for TSGO downloads
    (#​31893)
  • feat(inspector): accept bare host and bare port for --inspect flag
    (#​31881)
  • feat(inspector/unstable): add /ws/events endpoint in inspector server,
    notify
    watcher restart event in it
    (#​31901)
  • feat(task): globstar, failglob, nullglob, and pipefail support

(#​31913)

  • feat: instrument cron with OTEL
    (#​31916)
  • fix(check): improve @types/ package resolution for the global
    resolver

(#​31868)

  • fix(doc): non-determinism in deno doc --lint
    (#​31911)
  • fix(dx): always spawn subprocess for dx
    (#​31897)
  • fix(ext/crypto): add support for SHA3
    (#​31668)
  • fix(ext/node): assert compatibility
    (#​31821)
  • fix(ext/node): fix deadline resolution for queued timers
    (#​31860)
  • fix(ext/node): implement PerformanceObserver
    (#​31875)
  • fix(ext/node): implement getValidStdio for child_process
    (#​31850)
  • fix(ext/node): improve child_process CLI argument parsing
    (#​31825)
  • fix(ext/node): inspector.open() and inspector.close()
    (#​31898)
  • fix(ext/node): prevent derefencing symlinks on fs.rm
    (#​31886)
  • fix(ext/node): properly implement process.features
    (#​31864)
  • fix(ext/node): validate fd in tty.isatty and enable pseudo-tty tests
    (#​31892)
  • fix(ext/sqlite): double free of Session after database closed
    (#​31830)
  • fix(ext/web): export PerformanceObserver and
    PerformanceObserverEntryList

(#​31887)

  • fix(publish): do not include tsconfig imports in publish graph
    (#​31907)
  • fix(publish): include npm:@&#8203;types/ package resolution in
    published packages

(#​31855)

  • fix: don't ever set 1005 outbound close code
    (#​31845)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

...🟩 rebase 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed.

Learn more
Latest release: 0.11.0
Commit of latest release: 0e1de00

Commits since last release:
- chore(deps): update actions/checkout digest to de0fac2
- docs: update the readme. it's been a long time since I wrote it, needs refresh (#136)
- chore(deps): update dependency deno to v2.6.7 (#135)

This PR contains the following updates:

Package Update Change
deno patch 2.6.6
2.6.7

Release Notes

denoland/deno (deno)

v2.6.7

Compare
Source

  • feat(ext/node): implement mock API for node:test module
    (#​31954)
  • feat(node): implement FileHandle.readv() method
    (#​31943)
  • feat(npm): use JSR for @jsr scope
    (#​31925)
  • feat: External Socket-Based Cron Implementation
    (#​31952)
  • feat: V8 14.5
    (#​31873)
  • feat: add --inspect-publish-uid flag for VSCode debugging
    (#​31927)
  • fix(ext/http): use serve address override only once
    (#​31935)
  • fix(ext/net): remove socket file when dropping unix listener
    (#​31947)
  • fix(ext/node): sqlite's StatementSync compatibility
    (#​31941)
  • fix(ext/node): align assert throws/rejects signatures
    (#​31934)
  • fix(ext/node): fix usage of new V8 string APIs
    (#​31963)
  • fix(ext/node): implement sqlite's missing options
    (#​31919)
  • fix(ext/node): pass test-child-process-bad-stdio node compat test
    (#​31851)
  • fix(ext/node): read NODE_OPTIONS for --require and
    --inspect-publish-uid

(#​31949)

  • fix(ext/node): retry stale keepAlive connections in http client
    (#​31932)
  • fix(ext/node): support setImmediate promisify.custom
    (#​31920)
  • fix(ext/node): use primordials in _fs_ftruncate.ts
    (#​31944)
  • fix(ext/node): use primordials in ext/node/polyfills/tls.ts
    (#​31816)
  • fix(ext/web): support object in DOMException second argument for
    Node.js
    compat
    (#​31939)
  • fix(node): throw ERR_INVALID_ARG_TYPE for invalid fs.readFile path
    (#​31918)
  • fix(unstable): lint ast comments from first file showing in others
    (#​31956)
  • fix(x): use local npm package even if npm specifier is used, forward
    unstable
    flags
    (#​31942)
  • fix: allow reading /dev/tty without requiring --allow-all
    (#​31105)
  • fix: enable edns for Deno.resolveDns
    (#​31951)
  • fix: graceful server shutdown with open, un-upgraded connections
    (#​31959)
  • fix: use locked-tripwire to prevent unlocked cargo installs
    (#​31973)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update dependency deno to v2.6.6 (#132)

This PR contains the following updates:

Package Update Change
deno patch 2.6.5
2.6.6

Release Notes

denoland/deno (deno)

v2.6.6

Compare
Source

  • feat(cli/tsc): show progress bar for TSGO downloads
    (#​31893)
  • feat(inspector): accept bare host and bare port for --inspect flag
    (#​31881)
  • feat(inspector/unstable): add /ws/events endpoint in inspector server,
    notify
    watcher restart event in it
    (#​31901)
  • feat(task): globstar, failglob, nullglob, and pipefail support

(#​31913)

  • feat: instrument cron with OTEL
    (#​31916)
  • fix(check): improve @types/ package resolution for the global
    resolver

(#​31868)

  • fix(doc): non-determinism in deno doc --lint
    (#​31911)
  • fix(dx): always spawn subprocess for dx
    (#​31897)
  • fix(ext/crypto): add support for SHA3
    (#​31668)
  • fix(ext/node): assert compatibility
    (#​31821)
  • fix(ext/node): fix deadline resolution for queued timers
    (#​31860)
  • fix(ext/node): implement PerformanceObserver
    (#​31875)
  • fix(ext/node): implement getValidStdio for child_process
    (#​31850)
  • fix(ext/node): improve child_process CLI argument parsing
    (#​31825)
  • fix(ext/node): inspector.open() and inspector.close()
    (#​31898)
  • fix(ext/node): prevent derefencing symlinks on fs.rm
    (#​31886)
  • fix(ext/node): properly implement process.features
    (#​31864)
  • fix(ext/node): validate fd in tty.isatty and enable pseudo-tty tests
    (#​31892)
  • fix(ext/sqlite): double free of Session after database closed
    (#​31830)
  • fix(ext/web): export PerformanceObserver and
    PerformanceObserverEntryList

(#​31887)

  • fix(publish): do not include tsconfig imports in publish graph
    (#​31907)
  • fix(publish): include npm:@&#8203;types/ package resolution in
    published packages

(#​31855)

  • fix: don't ever set 1005 outbound close code
    (#​31845)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR was generated by Mend Renovate.
View the repository job
log
.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 21777694062

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.519%

Totals Coverage Status
Change from base Build 21563270844: 0.0%
Covered Lines: 1294
Relevant Lines: 1623

💛 - Coveralls

@renovate renovate bot merged commit ba7875d into main Feb 7, 2026
11 checks passed
@renovate renovate bot deleted the renovate/actions-checkout-digest branch February 7, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant