Skip to content

chore(deps): bump actions/setup-node from 4 to 6#2

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

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

v5.0.0

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

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-6 branch from 1c24702 to 846a8f3 Compare May 5, 2026 08:26
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Dependabot bump type: version-update:semver-major. Auto-merge applies to patch bumps only — this needs manual review.

joeltheunissen89-alt pushed a commit that referenced this pull request May 6, 2026
Closes V-236 audit P0 list. GUI now displays + gates on tier caps
for both concurrent sessions AND profiles.

Five components:
1. SDK AccountResource + AccountSelfProfile type — new client.account
   accessor for /v1/account/me (V-237 endpoint)
2. SettingsContext extension — fetches client.account.me() on apiKey
   change; exposes accountMe + refreshAccountMe(); soft-fails to null
   on fetch error so views fall back to ungated UI
3. SessionsView gate — header "X / Y concurrent sessions"; Spawn
   disabled at cap with explanatory tooltip; post-mutation refresh
4. ProfilesView gate — same pattern; "P / Q profiles" or "P" when
   profile_cap === null (enterprise tier per V-237 contract)
5. Server-side V-073 / TierLimitError remain load-bearing; GUI gate
   is UX-quality-of-life

Closes V-236 audit P0 launch-blocker list (V-238 profile create form
+ V-239 tier-aware enforcement; V-237 backend /v1/account/me landed
in advance).

Visual verification pending Tauri dev environment (founder review on
next tauri:dev). Patterns are standard React + Tailwind; no new deps.

Verify: SDK build clean (28.7KB CJS); typecheck/lint/format clean;
722/722 tests across 75 files.
joeltheunissen89-alt pushed a commit that referenced this pull request May 6, 2026
@sentry/browser v8 wired into apps/gui-client with crash-only config:
- tracesSampleRate=0 (no perf tracking)
- BrowserTracing/Replay/Profiling integrations explicitly excluded
- beforeSend scrubber strips Authorization headers + sensitive field
  names (api_key, password, secret, token, bearer) from extra/contexts

Gating logic in src/lib/telemetry.ts::telemetryEnabled():
- DSN unset → never fires
- optIn=true → ON; optIn=false → OFF
- optIn=null (default) → ON for cloud baseUrl, OFF for self-hosted

Three-radio toggle in Settings: Use platform default / Share with
Driftstack / Don't share. Surfaces effective state ("Currently: on/off")
inline so customer sees what platform default resolves to in their context.

settings.ts persists telemetryOptIn to settings.json alongside baseUrl.
SettingsContext re-inits telemetry on settings change; close() called
on opt-out.

7 unit tests cover isCloudBaseUrl matrix (canonical / subdomain /
look-alike / localhost-or-IP / malformed) + telemetryEnabled baseline.
Full gating matrix documented as contract-as-comment in test file.

Per founder direction 2026-05-06 autopilot grant: T3 decided
autonomously per D-2026-05-06-02. Cross-platform via @sentry/browser
WebView (identical Win/Mac/Linux); native-side Sentry deferred (thin
Rust shell, not customer-facing crash surface).

Verify: typecheck/lint/format clean; 729/729 tests across 76 files
(+7 V-242 telemetry tests).
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-6 branch from 846a8f3 to 91c1367 Compare May 7, 2026 12:39
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Dependabot bump type: version-update:semver-major. Auto-merge applies to patch bumps only — this needs manual review.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump actions/setup-node from 4 to 6 chore(deps): bump actions/setup-node from 4 to 6 May 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-6 branch from 91c1367 to a5aa80c Compare May 17, 2026 10:31
@github-actions
Copy link
Copy Markdown

Dependabot bump type: version-update:semver-major. Auto-merge applies to patch bumps only — this needs manual review.

joeltheunissen89-alt pushed a commit that referenced this pull request May 17, 2026
Founder copy review (post-AUTO #2 session) surfaced 9 enhancement
items on apps/marketing-site/src/pages/index.astro. Orchestrator also
caught a stale-copy bug (line 480-481 still says egress "not shipped"
but Phase 1 SOCKS5 is COMPLETE per Wave 29-319).

Plan covers:
- Item 1 mobile-responsive hero + code preview (360-1024px breakpoints)
- Item 2 Browserless CTA replacement (friendlier, less defensive)
- Item 3 replace dense "two ways" code block with visual AI chat demo
- Item 4 reword "works on my Mac, fails on iPhone" cliche
- Item 5 dedupe "Indistinguishable" (3 uses across hero/card/section)
- Item 6 multi-archetype + Safari 26.5 at launch (Tier-3-gated; needs founder verdict)
- Item 7 STALE COPY FIX (egress now LIVE not "not shipped") + clarity
- Item 8 simplify EU compliance copy (move infra detail to /trust/*)
- Item 9 orchestrator-spotted polish (sticky mobile CTA, copy buttons, etc)

5-commit shape proposed; each item has concrete replacement text drafted
+ acceptance criteria. Item 6 requires founder Tier-3 verdict before commit.

Slot AFTER Agent 2's current arc finishes per orchestrator handoff.
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