Skip to content

ci(deps): bump actions/checkout from 4 to 6#12

Closed
dependabot[bot] wants to merge 24 commits into
mainfrom
dependabot/github_actions/actions/checkout-6
Closed

ci(deps): bump actions/checkout from 4 to 6#12
dependabot[bot] wants to merge 24 commits into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

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

v4.3.1

What's Changed

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

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

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)

tyecode and others added 24 commits May 16, 2026 13:53
- Add Dockerfiles for API, Dashboard, and Checkout (multi-stage builds)
- Add docker-compose.prod.yml with all services + health checks
- Add .env.production template (clean, no hardcoded secrets)
- Add .dockerignore for optimized builds
- Enable Next.js standalone output for dashboard and checkout
- Update README with comprehensive self-hosting guide
- Update .gitignore to allow tracking .env.example and .env.production
- Rename docker-compose.prod.yml → docker-compose.yml
- Add image tags for future Docker Hub publishing
- Add one-line install script (scripts/install.sh)
- Auto-generate secrets on first install
- Update README with curl install command
- Add listInvoices, cancelInvoice, resolveInvoice, getMerchant,
  updateMerchant, rotateApiKey, rotateWebhookSecret, sendTestWebhook,
  getAssetConfig, getMerchantStats
- Add KnotAuthenticationError, KnotValidationError, KnotNotFoundError,
  KnotRateLimitError with HTTP status codes
- Add WEBHOOK_EVENTS, CURRENCIES, INVOICE_STATUSES constants
- Add USDC_ERC20 and USDC_POLYGON currency support
- Add request timeout configuration
- Comprehensive README with full API reference
- New /dashboard/analytics page with MetricsGrid, VolumeChart,
  CurrencyBreakdown, HourlyPattern, StatusDistribution
- Add Analytics to sidebar navigation under Core group
- Add WebhookDelivery model with 90-day TTL auto-cleanup
- Dispatcher logs every attempt with status, duration, errors
- Add GET /webhooks/deliveries and GET /webhooks/stats endpoints
- Dashboard UI with filtering (all/success/failed) and pagination
- Add ci.yml: lint, typecheck, test, Docker build on PR/push
- Add docker-publish.yml: push images to GHCR on tag
- Add publish.yml: SDK npm publish + auto GitHub Release
- Add Dependabot for weekly dependency updates
- Add issue/PR templates
- Remove duplicate release.yml
- Add API_REFERENCE.md with all endpoints and schemas
- Add INTEGRATION_GUIDE.md with step-by-step setup
- Add CONTRIBUTING.md with dev setup and guidelines
- Update README.md with docs links, webhook example, env tips
- Add v0.5.0 entry to CHANGELOG.md
- Update ROADMAP.md with completed status
- Fix GMAIL_SETUP.md version and path references
- Fix packages/types/README.md IInvoice reference
- Add turbo.json globalEnv for shared environment variables
- Add dotenv to dashboard/checkout to load root .env
- Delete redundant apps/*/.env.local files
- Add smoke-tests.sh for Docker deployment verification
- Add e2e.test.ts for API integration tests
fix module resolution to node20 in tsconfig.json
fix package.json import attribute syntax
add PORT env vars for dashboard/checkout in docker-compose
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v3.0.0...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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 May 16, 2026
@tyecode tyecode closed this May 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@tyecode tyecode deleted the dependabot/github_actions/actions/checkout-6 branch May 18, 2026 08:53
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.

1 participant