Skip to content

chore(deps): bump docker/login-action from 3 to 4 - #1

Closed
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/github_actions/docker/login-action-4
Closed

chore(deps): bump docker/login-action from 3 to 4#1
dependabot[bot] wants to merge 17 commits into
mainfrom
dependabot/github_actions/docker/login-action-4

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps docker/login-action from 3 to 4.

Release notes

Sourced from docker/login-action's releases.

v4.0.0

Full Changelog: docker/login-action@v3.7.0...v4.0.0

v3.7.0

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Full Changelog: docker/login-action@v3.4.0...v3.5.0

v3.4.0

Full Changelog: docker/login-action@v3.3.0...v3.4.0

... (truncated)

Commits
  • af1e73f Merge pull request #1034 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • da722bd [dependabot skip] chore: update generated content
  • 2916ad6 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • ca0a662 Merge pull request #1035 from crazy-max/fix-registry-auth-empty-mask
  • c455755 chore: update generated content
  • 4835190 skip empty registry-auth secret mask
  • 992421c Merge pull request #1033 from docker/dependabot/github_actions/docker/bake-ac...
  • b249b43 Merge pull request #1032 from docker/dependabot/github_actions/docker/bake-ac...
  • 1b67977 build(deps): bump docker/bake-action from 7.2.0 to 7.3.0
  • 9d49d6a build(deps): bump docker/bake-action/subaction/matrix
  • 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)

chahatkesh and others added 17 commits July 6, 2026 11:30
Wire the Next.js app shell with shared UI components, marketing homepage,
core lib helpers and static assets for a shippable landing experience.
Introduce @shared/app-strings and @shared/app-errors so product copy and
service errors stay centralized instead of hardcoded across the app.
Add the database workspace package with auth schema, initial migration,
seed script and root db helpers for local and production workflows.
Implement signed cookie sessions, password hashing, auth service layer
and login/signup server actions for credential-based authentication.
Add authenticated app and admin pages plus /api/health for production
runtime probes and route-guard integration via the root proxy.
Add encrypted secrets workflow with SOPS, documented env contracts in
.env.example and encrypted local/production secret templates.
Add docker compose stacks, production Dockerfile, nginx config, server
bootstrap script and worker scaffolding for the production runtime.
Add CI/CD pipelines, PR and issue templates, label automation,
Dependabot config and CODEOWNERS for predictable repository governance.
Add vitest configuration, test setup and unit tests for auth, shared
packages, database client and the health check API route.
Add Claude Code settings, safety hooks, repo rules, audit agents and
repeatable skills for commits, PRs, verification and migrations.
Document codebase structure, local development, secret management,
production runtime, CI/CD pipelines and quality gate expectations.
Add contributor onboarding, feature overview, setup instructions and
project badges so new users can clone and ship from one repository.
Wire pre-commit checks for migration validation, lint-staged formatting,
type-checking and unit tests to keep main merge-ready by default.
Ignore nested node_modules directories so pnpm workspace installs stay
local and out of version control.
Establish the pnpm workspace, Next.js build config, lint/format tooling,
and repository agent rules so contributors have a consistent baseline.
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>
@dependabot dependabot Bot added area:ci GitHub Actions, hooks, repo automation, linting, testing, or build tooling. dependencies Dependency, package manager, or lockfile updates. labels Jul 10, 2026
@dependabot
dependabot Bot requested a review from chahatkesh as a code owner July 10, 2026 08:12
@dependabot dependabot Bot added dependencies Dependency, package manager, or lockfile updates. area:ci GitHub Actions, hooks, repo automation, linting, testing, or build tooling. labels Jul 10, 2026
@github-actions github-actions Bot added area:app Main Next.js app, UI, hooks, shared lib, services, or public assets. risk:high Requires extra review due to deployment, data, auth, security, or calculation correctness risk. type:chore Maintenance, tooling, or non-product code changes. and removed area:app Main Next.js app, UI, hooks, shared lib, services, or public assets. labels Jul 10, 2026
@chahatkesh chahatkesh closed this Jul 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Author

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.

@dependabot
dependabot Bot deleted the dependabot/github_actions/docker/login-action-4 branch July 10, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ci GitHub Actions, hooks, repo automation, linting, testing, or build tooling. dependencies Dependency, package manager, or lockfile updates. risk:high Requires extra review due to deployment, data, auth, security, or calculation correctness risk. type:chore Maintenance, tooling, or non-product code changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant