Skip to content

chore(actions)(deps): bump actions/setup-node from 6 to 7#25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7
Open

chore(actions)(deps): bump actions/setup-node from 6 to 7#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 6 to 7.

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

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

v6.5.0

What's Changed

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

v6.4.0

What's Changed

Dependency updates:

New Contributors

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

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 2026
@github-actions

Copy link
Copy Markdown

📊 Coverage Coverage Report

Metric PR Base Diff
Statements ████████████████████ 2070/2070 (100%) 2070/2070 (100%) ⚪ 0%
Branches ████████████████████ 279/279 (100%) 279/279 (100%) ⚪ 0%
Functions ████████████████████ 88/88 (100%) 88/88 (100%) ⚪ 0%
Lines ████████████████████ 2070/2070 (100%) 2070/2070 (100%) ⚪ 0%

Updated for cad1389 | Compared against base branch

@github-actions

Copy link
Copy Markdown

⏱️ Performance Report

✅ Tests 135 passed, 0 failed, 0 skipped
🧪 Suites 32
⏱️ Total step time 259.00s 🟢 -1.00s
⚙️ Test execution 251.03s 🟢 -1.61s
🐢 Slowest test suites
# Suite Tests Duration vs Base
1 PostgresWakeListener 17 28.60s 🟢 -932ms
2 runWorkerLoop 13 22.05s 🟢 -318ms
3 OutboxClaimer (publish outcomes) 9 16.15s 🔴 +226ms
4 WakeSocketServer + WakeSocketClient 9 15.72s ⚪ ~0
5 KafkaInboxConsumer 8 13.64s 🟢 -139ms
6 SqliteOutboxStore 8 13.51s 🔴 +63ms
7 OutboxWaker 7 12.22s 🟢 -182ms
8 MysqlOutboxStore 7 11.94s ⚪ ~0
9 InProcessOutboxTransport 5 8.51s 🔴 +154ms
10 SqliteInboxStore 5 8.41s ⚪ ~0
🐌 Slowest individual tests
# Suite Test Duration vs Base
1 PostgresOutboxStore wakeChannel PostgresOutboxStore wakeChannel enqueue fires pg_notify on the configured channel (observed via LISTEN) 3.29s 🟢 -183ms
2 OutboxProducer (atomic enqueue) OutboxProducer (atomic enqueue) enqueue commits the outbox row with the business write 2.65s ⚪ ~0
3 OutboxProducer (atomic enqueue) OutboxProducer (atomic enqueue) a throw rolls back BOTH the outbox row and the business write 2.03s ⚪ ~0
4 PostgresWakeListener PostgresWakeListener a refused connect is reported and retried 1.97s 🔴 +422ms
5 OutboxClaimer (publish outcomes) OutboxClaimer (publish outcomes) tick publishes a pending row and marks it completed 1.92s 🔴 +74ms
6 KafkaOutboxTransport KafkaOutboxTransport publishes JSON value, prefixed topic, key and dedup headers 1.91s 🔴 +110ms
7 WakeSocketServer + WakeSocketClient WakeSocketServer + WakeSocketClient client notify() without onError still swallows the failure 1.89s 🔴 +126ms
8 OutboxClaimer (publish outcomes) OutboxClaimer (publish outcomes) DEFAULT_CLAIMER_CONFIG identifies the worker as host-pid 1.89s 🔴 +203ms
9 kafka pure helpers kafka pure helpers deriveDedupKey (strict) returns the key or throws PermanentError 1.89s 🔴 +119ms
10 WakeSocketServer + WakeSocketClient WakeSocketServer + WakeSocketClient a client notify() crosses the socket and wakes a parked waker 1.89s ⚪ ~0
11 OutboxRegistry OutboxRegistry register + get round-trip; an unregistered topic is undefined 1.88s 🔴 +120ms
12 InProcessOutboxTransport InProcessOutboxTransport async handlers are awaited before the outcome is mapped 1.88s 🔴 +213ms
13 PostgresOutboxStore PostgresOutboxStore markCompleted / retry / markFailed transition the row 1.87s 🔴 +85ms
14 KafkaInboxConsumer KafkaInboxConsumer dead-letters an invalid payload (with x-error) and acks 1.87s 🔴 +192ms
15 KafkaInboxConsumer KafkaInboxConsumer dead-letters a keyless message (null key → DLQ with null key) 1.87s 🔴 +193ms

Updated for cad1389 | Compared against base branch

@github-actions

Copy link
Copy Markdown

🧠 Cognitive Complexity Report

Metric PR Base Diff
Total complexity 79 79 ⚪ 0
Max function complexity 12 12 ⚪ 0
Functions measured 39 39 ⚪ 0
🧩 Most complex functions
Function Location Complexity Status
runWorkerLoop packages/messaging/outbox-worker.ts:34 12 🟢 OK
KafkaInboxConsumer.consume packages/messaging/adapters/kafka/kafka-inbox-consumer.ts:67 5 🟢 OK
PostgresWakeListener.#supervise packages/messaging/dialects/postgres/wake.ts:122 5 🟢 OK
WakeSocketServer.listen packages/messaging/wake-socket.ts:52 5 🟢 OK
OutboxClaimer.onPublishError packages/messaging/outbox-claimer.service.ts:84 4 🟢 OK
deriveDedupKey packages/messaging/wire-contract.ts:55 4 🟢 OK
MysqlInboxStore.runOnce packages/messaging/dialects/mysql/inbox-store.ts:43 3 🟢 OK
PostgresInboxStore.runOnce packages/messaging/dialects/postgres/inbox-store.ts:37 3 🟢 OK
SqliteInboxStore.runOnce packages/messaging/dialects/sqlite/inbox-store.ts:39 3 🟢 OK
KafkaInboxConsumer.readKey packages/messaging/adapters/kafka/kafka-inbox-consumer.ts:90 2 🟢 OK

🧭 Cognitive complexity is reported as a review signal, not a merge gate. Prefer small, intention-revealing refactors when complexity rises.


Updated for cad1389 | Compared against base branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants