diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx
index 886c1856f955..e6b828131a47 100755
--- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx
+++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx
@@ -3,8 +3,8 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
integration/package.json=-620011313
-package.json=-634838912
-pnpm-lock.yaml=673781343
+package.json=-2075832703
+pnpm-lock.yaml=-986459546
pnpm-workspace.yaml=334858811
src/cdk-experimental/package.json=237487315
src/cdk/package.json=-908433069
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25e8d16e3888..c4b4aa88146e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,30 @@
+
+# 20.0.0-next.6 "abelsonite-avocado" (2025-04-09)
+### cdk
+| Commit | Type | Description |
+| -- | -- | -- |
+| [b1cc0501e](https://github.com/angular/components/commit/b1cc0501e969362d8c051568eee98767442cc3fd) | fix | **table:** error if data is accessed too early ([#30817](https://github.com/angular/components/pull/30817)) |
+### material
+| Commit | Type | Description |
+| -- | -- | -- |
+| [82f0fa6fa](https://github.com/angular/components/commit/82f0fa6fa750779a04687d2564537e672a326b90) | feat | **core:** handle prefers-reduced-motion automatically ([#30796](https://github.com/angular/components/pull/30796)) |
+### cdk-experimental
+| Commit | Type | Description |
+| -- | -- | -- |
+| [6ac4c1ae2](https://github.com/angular/components/commit/6ac4c1ae2ca67564eef15e11f5b4363c5262747e) | feat | **listbox:** readonly mode ([#30803](https://github.com/angular/components/pull/30803)) |
+| [2e34b20cb](https://github.com/angular/components/commit/2e34b20cb7d2ede488c5df4ca858684524ef8073) | fix | **ui-patterns:** add missing event handlers ([#30786](https://github.com/angular/components/pull/30786)) |
+### material-angular-io
+| Commit | Type | Description |
+| -- | -- | -- |
+| [3a1a0b368](https://github.com/angular/components/commit/3a1a0b3685866103d297b80b1b6bbb27b95fb307) | fix | streamline directive and component metadata handling in dgeni ([#30661](https://github.com/angular/components/pull/30661)) |
+### multiple
+| Commit | Type | Description |
+| -- | -- | -- |
+| [5229fe0a0](https://github.com/angular/components/commit/5229fe0a0824a94baf1c595b798ae11fd19f1a09) | fix | rename hardcoded tokens that were renamed ([#30807](https://github.com/angular/components/pull/30807)) |
+| [9bf4be9e2](https://github.com/angular/components/commit/9bf4be9e231add2698324f020ef2c8c3c28769cc) | fix | rename token prefixes to match components ([#30802](https://github.com/angular/components/pull/30802)) |
+
+
+
# 19.2.9 "abellaite-apron" (2025-04-09)
### cdk
diff --git a/package.json b/package.json
index 9f473612b9f0..7f1a39055cac 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky"
},
- "version": "20.0.0-next.5",
+ "version": "20.0.0-next.6",
"dependencies": {
"@angular/animations": "^20.0.0-next.5",
"@angular/common": "^20.0.0-next.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cc72577cc854..913849597376 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -6284,6 +6284,7 @@ packages:
/bignumber.js@9.2.0:
resolution: {integrity: sha512-JocpCSOixzy5XFJi2ub6IMmV/G9i8Lrm2lZvwBv9xPdglmZM0ufDVBbjbrfU/zuLvBfD7Bv2eYxz9i+OHTgkew==, tarball: https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.2.0.tgz}
+ deprecated: pkg version number incorrect
dev: true
/binary-extensions@2.3.0: