DNN Platform GitHub Activity

Stay Up To Date With The Latest GitHub Activity

Following is a direct feed from the open and free source code repository for DNN Platform on GitHub. For those less savvy with GitHub, the below list serves as a less techy rendition of the most recent commits for DNN Platform. These come complete with links to the GitHub repository for those wishing to dig deeper.

# DNN Update caniuse database »

Wednesday, July 1, 2026

Update caniuse database

# DNN Generate URLs consistently »

Tuesday, June 30, 2026

Generate URLs consistently

Also apply changes from Create to GroupEdit

# DNN Don't check permissions for group image »

Tuesday, June 30, 2026

Don't check permissions for group image

Having permission to create a group is enough of a signal, and checking
membership in the group doesn't work when groups require approval

# DNN Allow non-admin to create group with image »

Tuesday, June 30, 2026

Allow non-admin to create group with image

Group creation fails when a non-admin supplies a group image due to the
permissions check saving the image.

# DNN Fix test failure »

Tuesday, June 30, 2026

Fix test failure

Add test caching provider

# DNN Fix page workflow state when workflow disabled »

Tuesday, June 30, 2026

Fix page workflow state when workflow disabled

Fixes #7305

# DNN Bump @sigstore/core in the npm_and_yarn group across 1 directory »

Tuesday, June 30, 2026

Bump @sigstore/core in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [@sigstore/core](https://github.com/sigstore/sigstore-js).


Updates `@sigstore/core` from 3.0.0 to 3.2.1
- [Release notes](https://github.com/sigstore/sigstore-js/releases)
- [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/[email protected]...@sigstore/[email protected])

---
updated-dependencies:
- dependency-name: "@sigstore/core"
  dependency-version: 3.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

# DNN Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 »

Tuesday, June 30, 2026

Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7

Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](https://github.com/zizmorcore/zizmor-action/compare/5f14fd08f7cf1cb1609c1e344975f152c7ee938d...192e21d79ab29983730a13d1382995c2307fbcaa)

---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

# DNN Bump actions/checkout from 6.0.3 to 7.0.0 »

Thursday, June 25, 2026

Bump actions/checkout from 6.0.3 to 7.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

# DNN Avoids TypeLoadException in PreparePackaging redirect generation »

Wednesday, June 24, 2026

Avoids TypeLoadException in PreparePackaging redirect generation

Replace Dnn.CakeUtils ParseAssemblies usage in Build/Tasks/PreparePackaging.cs
with metadata-only assembly inspection using AssemblyName.GetAssemblyName.

This prevents net10 packaging failures caused by reflection over legacy
framework attributes (e.g., System.Web.UI.WebResourceAttribute) when parsing
ClientDependency.Core and similar assemblies.

# DNN Bump EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0 »

Tuesday, June 23, 2026

Bump EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/c950f6fb443cb5af20a377fd0dfaa78838901040...d0a4676d0e0b938bc201470d88276b7c74c712b3)

---
updated-dependencies:
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

# DNN yarn dedupe »

Tuesday, June 23, 2026

yarn dedupe

# DNN remove manual version resolution for esbuild »

Tuesday, June 23, 2026

remove manual version resolution for esbuild

# DNN Fix DnnCssInclude and DnnJsInclude skin objects »

Tuesday, June 23, 2026

Fix DnnCssInclude and DnnJsInclude skin objects

Due to timing changes, they were not correctly registering anything

# DNN Provide default priority for CDF controls »

Tuesday, June 23, 2026

Provide default priority for CDF controls

Fixes #7335

# DNN Simplify guard for PR step »

Tuesday, June 23, 2026

Simplify guard for PR step

- Avoid using `contains` (see https://docs.github.com/en/actions/reference/workflows-and-actions/expressions#contains)
  - There is only one event that can trigger this workflow, `push`, that we would want to create a PR from
- Don't accept `main` branch that this repo doesn't use

# DNN Bump DOMPurify »

Monday, June 22, 2026

Bump DOMPurify

# DNN Bump the npm_and_yarn group across 1 directory with 3 updates »

Monday, June 22, 2026

Bump the npm_and_yarn group across 1 directory with 3 updates

Bumps the npm_and_yarn group with 3 updates in the / directory: [dompurify](https://github.com/cure53/DOMPurify), [jodit](https://github.com/xdan/jodit) and [undici](https://github.com/nodejs/undici).


Updates `dompurify` from 3.4.10 to 3.4.11
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.4.10...3.4.11)

Updates `jodit` from 4.12.13 to 4.12.27
- [Release notes](https://github.com/xdan/jodit/releases)
- [Changelog](https://github.com/xdan/jodit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/xdan/jodit/compare/4.12.13...4.12.27)

Updates `undici` from 7.24.0 to 7.28.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.24.0...v7.28.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.11
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: jodit
  dependency-version: 4.12.27
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-version: 7.28.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

# DNN Bump the npm_and_yarn group across 1 directory with 2 updates »

Monday, June 22, 2026

Bump the npm_and_yarn group across 1 directory with 2 updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [form-data](https://github.com/form-data/form-data).


Updates `@babel/core` from 7.29.0 to 7.29.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core)

Updates `form-data` from 4.0.5 to 4.0.6
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.29.7
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

# DNN Bump dotnet-sdk from 10.0.300 to 10.0.301 »

Thursday, June 18, 2026

Bump dotnet-sdk from 10.0.300 to 10.0.301

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.300 to 10.0.301.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](https://github.com/dotnet/sdk/compare/v10.0.300...v10.0.301)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.301
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>