chore(deps): bump docker/login-action from 3 to 4 - #1
Closed
dependabot[bot] wants to merge 17 commits into
Closed
Conversation
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>
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/github_actions/docker/login-action-4
branch
July 10, 2026 08:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps docker/login-action from 3 to 4.
Release notes
Sourced from docker/login-action's releases.
... (truncated)
Commits
af1e73fMerge pull request #1034 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...da722bd[dependabot skip] chore: update generated content2916ad6build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...ca0a662Merge pull request #1035 from crazy-max/fix-registry-auth-empty-maskc455755chore: update generated content4835190skip empty registry-auth secret mask992421cMerge pull request #1033 from docker/dependabot/github_actions/docker/bake-ac...b249b43Merge pull request #1032 from docker/dependabot/github_actions/docker/bake-ac...1b67977build(deps): bump docker/bake-action from 7.2.0 to 7.3.09d49d6abuild(deps): bump docker/bake-action/subaction/matrixDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)