From a027f4640355ce007d5f1d1b689a97ed54ff9f9f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 6 Feb 2026 21:17:56 +0000
Subject: [PATCH] chore(deps): bump aws-actions/configure-aws-credentials from
5 to 6 in the github-actions group (#35056)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the github-actions group with 1 update:
[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).
Updates `aws-actions/configure-aws-credentials` from 5 to 6
Release notes
Sourced from aws-actions/configure-aws-credentials's
releases.
v6.0.0
6.0.0
(2026-02-04)
⚠ BREAKING CHANGES
- Update action to use node24 Note this requires GitHub action
runner version v2.327.1
or later (#1632)
(a7a2c11)
Features
Bug Fixes
- properly output
aws-account-id and
authenticated-arn when using role-chaining (#1633)
(7ceaf96)
v5.1.1
5.1.1
(2025-11-24)
Miscellaneous Chores
- release 5.1.1 (56d6a58)
- various dependency updates
v5.1.0
5.1.0
(2025-10-06)
Features
Bug Fixes
Changelog
Sourced from aws-actions/configure-aws-credentials's
changelog.
5.1.0
(2025-10-06)
Features
Bug Fixes
5.0.0
(2025-09-03)
⚠ BREAKING CHANGES
- Cleanup input handling. Changes invalid boolean input behavior (see
#1445)
Features
4.3.1
(2025-08-04)
Bug Fixes
4.3.0
(2025-08-04)
Features
Bug Fixes
- docs: readme samples versioning (5b3c895)
- the wrong example region for China partition in README (37fe9a7)
- properly set proxy environment variable (cbea708)
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/integration_tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml
index 85175f053f6..6e1593c0562 100644
--- a/.github/workflows/integration_tests.yml
+++ b/.github/workflows/integration_tests.yml
@@ -111,7 +111,7 @@ jobs:
repository: langchain-ai/langchain-aws
path: langchain-aws
- name: "🔐 Configure AWS Credentials"
- uses: aws-actions/configure-aws-credentials@v5
+ uses: aws-actions/configure-aws-credentials@v6
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}