v3.0.0+node26.0.0 — Node.js 26.0.0 and Dependabot Maintenance Updates #105
Amnoor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Runtime Node v3.0.0+node26.0.0
Secure, Distroless, Multi-Arch Node.js Runtime. Built from Scratch.
This is the first major release on the Node.js 26 line. The Node.js runtime is upgraded from
25.9.0to26.0.0. This release also adds a dedicated Dependabot Docker update configuration fordevelop-v2+node25and refreshes the version examples inREADME.mdandCONTRIBUTING.mdto match the new release line. The image composition, distroless guarantee, runtime defaults, and binary path remain unchanged apart from the Node.js version bump.Pull the Image
What's Included
FROM scratch— no OS, no shell26.0.0(fromnode:26.0.0-alpine3.23)NODE_ENVproduction(baked in)TZUTC(baked in)/usr/share/zoneinfo)/etc/ssl/certs/)nsswitch.confincludedld-musl,libstdc++,libgcc_s/tmp1777linux/amd64,linux/arm64What's New
FROM node:25.9.0-alpine3.23 AS buildertoFROM node:26.0.0-alpine3.23 AS builderinDockerfile, upgrading the Node.js runtime bundled into the final scratch image from25.9.0to26.0.0.updatesentry in.github/dependabot.ymlfortarget-branch: "develop-v2+node25"withinterval: "daily",dependency-name: "*",update-types: "version-update:semver-major", and the labelsdependencies,node, andv2+node25-maintenance.CONTRIBUTING.mdfromnode:25.9.0-alpine3.23tonode:26.0.0-alpine3.23.README.mdfromv2.2.0+node25.9.0tov3.0.0+node26.0.0.Release Line
This tag is published from the
mainbranch and establishes thev3.x.x+node26.x.xrelease line.Versioning
Tags follow the pattern
v<image_semver>+node<node_version>. Thelatesttag now tracksv3.0.0+node26.0.0, and GitHub marks this release as the latest published release as of May 11, 2026.Immutable Tag
This tag is immutable. Once published,
v3.0.0+node26.0.0will never be moved or overwritten on either registry.Full Changelog
v2.2.0+node25.9.0...v3.0.0+node26.0.0
This discussion was created from the release v3.0.0+node26.0.0 — Node.js 26.0.0 and Dependabot Maintenance Updates.
Beta Was this translation helpful? Give feedback.
All reactions