-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
docs: Broken relative link in README: [TSC](./GOVERNANCE.md#technical-steering-committee)
doc
Issues and PRs related to the documentations.
#61555
opened Jan 28, 2026 by
eddie333016
Loading…
test_runner: avoid reading process.argv and process.cwd() in run()
needs-ci
PRs that need a full CI run.
test_runner
Issues and PRs related to the test runner subsystem.
#61554
opened Jan 27, 2026 by
batjko
Loading…
fs: fix globSync traverse on allowed directory
fs
Issues and PRs related to the fs subsystem / file system.
needs-ci
PRs that need a full CI run.
#61552
opened Jan 27, 2026 by
artsiom-malakhau
Loading…
tools: update OpenSSL to 3.5.5 in PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
dont-land-on-v22.x
PRs that should not land on the v22.x-staging branch and should not be released in v22.x.
dont-land-on-v24.x
PRs that should not land on the v24.x-staging branch and should not be released in v24.x.
tools
Issues and PRs related to the tools directory.
test-shared
dont-land-on-v20.x
#61551
opened Jan 27, 2026 by
aduh95
Loading…
lib: use utf8 fast path for streaming TextDecoder
encoding
Issues and PRs related to the TextEncoder and TextDecoder APIs.
needs-benchmark-ci
PR that need a benchmark CI run.
needs-ci
PRs that need a full CI run.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
#61549
opened Jan 27, 2026 by
ChALkeR
Loading…
src: initial support for ESM in embedder API
c++
Issues and PRs that require attention from people who are familiar with C++.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#61548
opened Jan 27, 2026 by
joyeecheung
Loading…
4 tasks
deps: update OpenSSL to 3.5.5
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
openssl
Issues and PRs related to the OpenSSL dependency.
#61547
opened Jan 27, 2026 by
nodejs-github-bot
Loading…
path: fix normalization of Windows device paths missing colon
needs-ci
PRs that need a full CI run.
path
Issues and PRs related to the path subsystem.
#61545
opened Jan 27, 2026 by
HassanFleyah
Loading…
sqlite: add virtual table support via createModule()
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
sqlite
Issues and PRs related to the SQLite subsystem.
#61544
opened Jan 27, 2026 by
byteforge38
Loading…
sqlite: reserve local vectors space
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
sqlite
Issues and PRs related to the SQLite subsystem.
#61540
opened Jan 27, 2026 by
araujogui
Loading…
readline: initialize input before history manager
needs-ci
PRs that need a full CI run.
readline
Issues and PRs related to the built-in readline module.
#61538
opened Jan 27, 2026 by
Zohaibarif69
Loading…
build: add PRs that have at least one approval, no pending requests for changes, and a CI started.
build
Issues and PRs related to build files or the CI.
commit-queue
Add this label to land a pull request using GitHub Actions.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
dont-land-on-v22.x
PRs that should not land on the v22.x-staging branch and should not be released in v22.x.
dont-land-on-v24.x
PRs that should not land on the v24.x-staging branch and should not be released in v24.x.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
--shared-lief configure flag
author ready
#61536
opened Jan 26, 2026 by
aduh95
Loading…
doc: regenerate PRs that have at least one approval, no pending requests for changes, and a CI started.
doc
Issues and PRs related to the documentations.
node.1 using doc-kit
author ready
#61535
opened Jan 26, 2026 by
avivkeller
Loading…
doc: clarify fs.copyFile() symlink behavior
doc
Issues and PRs related to the documentations.
needs-ci
PRs that need a full CI run.
#61534
opened Jan 26, 2026 by
KashviYadav09
Loading…
src: set UV_THREADPOOL_SIZE based on available parallelism
blocked
PRs that are blocked by other issues or PRs.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
notable-change
PRs with changes that should be highlighted in changelogs.
semver-major
PRs that contain breaking changes and should be released in the next major version.
#61533
opened Jan 26, 2026 by
RafaelGSS
Loading…
test: delay writing the files only on macOS
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#61532
opened Jan 26, 2026 by
lpinca
Loading…
test: use the skipIfNoWatch() utility function
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#61531
opened Jan 26, 2026 by
lpinca
Loading…
build,win: fix vs2022 compilation
build
Issues and PRs related to build files or the CI.
commit-queue
Add this label to land a pull request using GitHub Actions.
needs-ci
PRs that need a full CI run.
windows
Issues and PRs related to the Windows platform.
#61530
opened Jan 26, 2026 by
StefanStojanovic
Loading…
module: do not invoke resolve hooks twice for imported cjs
esm
Issues and PRs related to the ECMAScript Modules implementation.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
#61529
opened Jan 26, 2026 by
joyeecheung
Loading…
tools: update gyp-next to 0.21.1
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
build
Issues and PRs related to build files or the CI.
commit-queue
Add this label to land a pull request using GitHub Actions.
gyp
Issues and PRs related to the GYP tool and .gyp build files
needs-ci
PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
#61528
opened Jan 26, 2026 by
nodejs-github-bot
Loading…
doc: enhance cluster module documentation
cluster
Issues and PRs related to the cluster subsystem.
doc
Issues and PRs related to the documentations.
#61527
opened Jan 26, 2026 by
saram-aman
Loading…
test_runner: run afterEach for runtime t.skip()
needs-ci
PRs that need a full CI run.
test_runner
Issues and PRs related to the test runner subsystem.
#61525
opened Jan 26, 2026 by
igor-shevelenkov
Loading…
doc: run license-builder
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
meta
Issues and PRs related to the general management of the project.
#61522
opened Jan 26, 2026 by
github-actions
bot
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.